Class CompoundAction
java.lang.Object
com.blackrook.gui.action.CompoundAction
- All Implemented Interfaces:
GUIAction
-
Method Summary
Modifier and TypeMethodDescriptionfinal voidThe method stub called when this action is invoked.static CompoundActionCreates a new compound action from a set of actions.
-
Method Details
-
create
Creates a new compound action from a set of actions.- Parameters:
actions- the actions to add.- Returns:
- the created action.
-
call
-