public class DefaultActionManager extends BaseEngineModule implements org.openksavi.sponge.engine.ActionManager
| Constructor and Description |
|---|
DefaultActionManager(org.openksavi.sponge.engine.Engine engine) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(org.openksavi.sponge.action.ActionAdapter actionAdapter) |
Object |
callAction(String actionName,
Object... args) |
boolean |
existsAction(String name) |
Map<String,org.openksavi.sponge.action.ActionAdapter> |
getRegisteredActionAdapterMap() |
void |
removeAction(String actionName) |
doShutdown, doStartup, getEngine, getName, getService, getState, isFailed, isNew, isNewOrStartingOrRunning, isRunning, isStarting, isStopping, isTerminated, setEngine, setName, shutdown, startup, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultActionManager(org.openksavi.sponge.engine.Engine engine)
public void addAction(org.openksavi.sponge.action.ActionAdapter actionAdapter)
addAction in interface org.openksavi.sponge.engine.ActionManagerpublic void removeAction(String actionName)
removeAction in interface org.openksavi.sponge.engine.ActionManagerpublic Object callAction(String actionName, Object... args)
callAction in interface org.openksavi.sponge.engine.ActionManagerpublic Map<String,org.openksavi.sponge.action.ActionAdapter> getRegisteredActionAdapterMap()
getRegisteredActionAdapterMap in interface org.openksavi.sponge.engine.ActionManagerpublic boolean existsAction(String name)
existsAction in interface org.openksavi.sponge.engine.ActionManagerCopyright © 2016–2017 Softelnet. All rights reserved.