public interface Action
| 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.
|
boolean isAssociatedWithPlugin(PluginContext ctx)
ctx - the plugin contextFuture sendMessage(ActionLifecycleContext ctx, java.lang.String msgName, java.lang.Object prop)
ctx - the lifecycle contextmsgName - the name of the messageprop - a property objectFuture start(ActionLifecycleContext ctx)
ctx - the lifecycle contextFuture stop(ActionLifecycleContext ctx)
ctx - the lifecycle contextCopyright © 2015 Whizzo Software LLC. All rights reserved.