Package org.n52.iceland.util.action
Interface Action
-
- All Known Implementing Classes:
CompositeAction,CompositeParallelAction,CompositeSerialAction,ContentCacheUpdate,RunnableAction,ThreadableAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Action
This is an Äction, that can be executed.- Since:
- 1.0.0
- See Also:
- [...]Incoming governor's mantra: 'Action'[...]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()
-