public interface ActionHandler
UserInterface
element in the extension.xml file.
For action listeners associated with nodes and outputs, the path of the implementing class is specified
in the "actionHandler" attribute of the relevant UserInterface
element in the extension.xml file. However, new extensions that need a different handler for each node or output
should implement the ExtensionObjectUIDelegate
instead of this interface.ExtensionObjectUIDelegate
Modifier and Type | Method and Description |
---|---|
void |
handleAction(java.lang.String actionId,
NativeWindowHandle windowHandle,
ManagedSession managedSession)
Invoked when an extension-defined menu option or tool bar tool
is invoked.
|
void handleAction(java.lang.String actionId, NativeWindowHandle windowHandle, ManagedSession managedSession)
actionId
- the action identifier defined by the extensionwindowHandle
- the handle of the window through which the action was invokedmanagedSession
- the ManagedSessionCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.