org.openbp.jaspira.plugins.propertybrowser
Class PropertyBrowserPlugin.Events

java.lang.Object
  extended by org.openbp.jaspira.plugin.EventModule
      extended by org.openbp.jaspira.plugins.propertybrowser.PropertyBrowserPlugin.Events
All Implemented Interfaces:
JaspiraEventListener
Enclosing class:
PropertyBrowserPlugin

public class PropertyBrowserPlugin.Events
extends EventModule

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
PropertyBrowserPlugin.Events()
           
 
Method Summary
 java.lang.String getName()
          The name of this module like "editor.file".
 JaspiraEventHandlerCode refresh(JaspiraEvent je)
          Event method: Re-sets the current object (applying new object values or a new object descriptor maybe).
 JaspiraEventHandlerCode setobject(PropertyBrowserSetEvent oe)
          Event method: Sets the object to be edited.
 
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

PropertyBrowserPlugin.Events

public PropertyBrowserPlugin.Events()
Method Detail

getName

public java.lang.String getName()
Description copied from class: EventModule
The name of this module like "editor.file". Decides which events will be received.

Specified by:
getName in class EventModule

setobject

public JaspiraEventHandlerCode setobject(PropertyBrowserSetEvent oe)
Event method: Sets the object to be edited. This event will be sent by any plugin that wants the property browser to display an object.

Parameters:
oe - The event
Returns:
The event status code

refresh

public JaspiraEventHandlerCode refresh(JaspiraEvent je)
Event method: Re-sets the current object (applying new object values or a new object descriptor maybe).

Parameters:
je - The event
Returns:
The event status code


Copyright © 2011. All Rights Reserved.