|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.EventModule
org.openbp.cockpit.plugins.variables.VariablesPlugin.Events
public class VariablesPlugin.Events
Event handler module.
| Field Summary |
|---|
| Fields inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
EVENT_CONSUMED, EVENT_HANDLED, EVENT_IGNORED, MODULE_POST_GLOBAL, MODULE_PRE_GLOBAL, MODULE_TREE |
| Constructor Summary | |
|---|---|
VariablesPlugin.Events()
|
|
| Method Summary | |
|---|---|
JaspiraEventHandlerCode |
createprocessvarfromparam(JaspiraEvent je)
Event handler: Adds a new process variable based on a parameter template. |
java.lang.String |
getName()
The name of this module like "editor.file". |
int |
getPriority()
Returns the priority of the module. |
JaspiraEventHandlerCode |
modeler_view_activated(JaspiraEvent je)
Event handler: A modeler view has become active. |
JaspiraEventHandlerCode |
modeler_view_closed(JaspiraEvent je)
Event handler: A modeler view has become inactive. |
JaspiraEventHandlerCode |
refresh(JaspiraEvent je)
Event handler: Refreshes the list of variables. |
JaspiraEventHandlerCode |
saveobject(JaspiraEvent event)
Event method: Saves the currently edited object. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VariablesPlugin.Events()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic int getPriority()
getPriority in interface JaspiraEventListenergetPriority in class EventModulepublic JaspiraEventHandlerCode refresh(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode createprocessvarfromparam(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_view_activated(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode modeler_view_closed(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode saveobject(JaspiraEvent event)
event - The event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||