| Constructor and Description |
|---|
CompositeAction(java.util.List<Action> actions)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAssociatedWithPlugin(PluginContext ctx)
Indicates whether this action is associated with a particular plugin.
|
Future |
sendMessage(ActionLifecycleContext ctx,
java.lang.String msgName,
java.lang.Object prop)
Sends a message to the action.
|
Future |
start(ActionLifecycleContext ctx)
Starts the action.
|
Future |
stop(ActionLifecycleContext ctx)
Stops the action.
|
public CompositeAction(java.util.List<Action> actions)
actions - a list of actions that comprise the composite actionpublic boolean isAssociatedWithPlugin(PluginContext ctx)
ActionisAssociatedWithPlugin in interface Actionctx - the plugin contextpublic Future sendMessage(ActionLifecycleContext ctx, java.lang.String msgName, java.lang.Object prop)
ActionsendMessage in interface Actionctx - the lifecycle contextmsgName - the name of the messageprop - a property objectpublic Future start(ActionLifecycleContext ctx)
Actionpublic Future stop(ActionLifecycleContext ctx)
ActionCopyright © 2015 Whizzo Software LLC. All rights reserved.