| Package | Description |
|---|---|
| org.carewebframework.shell.plugins |
| Modifier and Type | Method and Description |
|---|---|
PluginEvent.PluginAction |
PluginEvent.getAction()
Returns the action performed.
|
static PluginEvent.PluginAction |
PluginEvent.PluginAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PluginEvent.PluginAction[] |
PluginEvent.PluginAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PluginEvent(ElementPlugin plugin,
PluginEvent.PluginAction action)
Creates an event to encapsulate an action on the specified plugin.
|
PluginEvent(ElementPlugin plugin,
PluginEvent.PluginAction action,
Object data)
Creates an event to encapsulate an action on the specified plugin.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.