Package org.n52.iceland.util.action
Class CompositeAction<A extends Action>
- java.lang.Object
-
- org.n52.iceland.util.action.RunnableAction
-
- org.n52.iceland.util.action.CompositeAction<A>
-
- Type Parameters:
A- the action type
- Direct Known Subclasses:
CompositeParallelAction,CompositeSerialAction
public abstract class CompositeAction<A extends Action> extends RunnableAction
A composite action consisting of other actions.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description CompositeAction(A... actions)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description List<A>getActions()protected abstract voidpost(A action)protected abstract voidpre(A action)StringtoString()-
Methods inherited from class org.n52.iceland.util.action.RunnableAction
getStopwatchResult, run, startStopwatch
-
-