public interface ActionDelegate
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getSupportedActions()
Provides the supported shared actions for this delegate.
|
void |
processAction(SharedAction action)
Indicates that the given action was initiated and must be processed.
|
void |
startControl(SharedAction[] actions)
Provides the info that the given shared actions must now be controlled.
|
void |
stopControl()
Provides the info that the control of the given shared actions must be stopped.
|
java.lang.String[] getSupportedActions()
void startControl(SharedAction[] actions)
actions
- The actions to care forvoid stopControl()
void processAction(SharedAction action)
action
- The action to be processedCopyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.