|
||||||||||
| 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.jaspira.gui.plugin.AbstractVisiblePlugin.StandardVisiblePluginEvents
public class AbstractVisiblePlugin.StandardVisiblePluginEvents
Event 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 | |
|---|---|
AbstractVisiblePlugin.StandardVisiblePluginEvents()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
The name of this module like "editor.file". |
JaspiraEventHandlerCode |
global_init_completed(JaspiraEvent je)
Event handler: Called when the application initialization is complete. |
JaspiraEventHandlerCode |
global_page_askchange(VetoableEvent ve)
Event handler: Called when a page is about to change. |
JaspiraEventHandlerCode |
global_plugin_addtocontainer(JaspiraEvent je)
Event handler: Adds another plugin to the container of this plugin. |
JaspiraEventHandlerCode |
rebuild(JaspiraEvent je)
Event handler: Called when a global environment rebuild is being performed. |
JaspiraEventHandlerCode |
update(JaspiraEvent je)
Event handler: Called when a global environment update is being performed. |
| Methods inherited from class org.openbp.jaspira.plugin.EventModule |
|---|
eventFired, getEventActionNames, getForeignEventNames, getModuleType, getPriority, handleUnaccountedEvent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractVisiblePlugin.StandardVisiblePluginEvents()
| Method Detail |
|---|
public java.lang.String getName()
EventModule
getName in class EventModulepublic JaspiraEventHandlerCode update(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode rebuild(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode global_page_askchange(VetoableEvent ve)
AbstractVisiblePlugin.canPageChange(org.openbp.jaspira.gui.plugin.JaspiraPage, org.openbp.jaspira.gui.plugin.JaspiraPage) method and vetoes the event if unsuccessful.
ve - Event
public JaspiraEventHandlerCode global_init_completed(JaspiraEvent je)
je - Event
public JaspiraEventHandlerCode global_plugin_addtocontainer(JaspiraEvent je)
je - Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||