A - the action typepublic abstract class CompositeAction<A extends Action> extends RunnableAction
| Constructor and Description |
|---|
CompositeAction(A... actions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<A> |
getActions() |
protected abstract void |
post(A action) |
protected abstract void |
pre(A action) |
java.lang.String |
toString() |
getStopwatchResult, run, startStopwatch@SafeVarargs public CompositeAction(A... actions)
Copyright © 2015–2018 52°North Initiative for Geospatial Open Source Software GmbH. All rights reserved.