|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectplanet.survey.plugin.PluginBusAdmin
This class is opinio's event notification mechanism for administation type events.
Constructor Summary | |
PluginBusAdmin()
|
Method Summary | |
static void |
addToBus(IPBComponent comp)
Adds a component to the bus. |
static IPBComponent[] |
getComponents()
Returns an array of all components connected to the bus. |
static void |
removeFromBus(IPBComponent comp)
Removes a component from the bus. |
static void |
send(PluginBusEvent event)
Sends an event to all components on the bus. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PluginBusAdmin()
Method Detail |
public static IPBComponent[] getComponents()
public static void addToBus(IPBComponent comp)
comp
- The component to addpublic static void removeFromBus(IPBComponent comp)
comp
- The component to removepublic static void send(PluginBusEvent event)
event
- The event
|
Copyright © ObjectPlanet Inc. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |