|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.objectplanet.survey.plugin.PluginBusAdmin
public class PluginBusAdmin
This class is opinio's event notification mechanism for administation type events. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
| Constructor Summary | |
|---|---|
PluginBusAdmin()
Deprecated. |
|
| Method Summary | |
|---|---|
static void |
addToBus(IPBComponent comp)
Deprecated. Adds a component to the bus. |
static IPBComponent[] |
getComponents()
Deprecated. Returns an array of all components connected to the bus. |
void |
handleEvent(Event event)
Deprecated. Listens to internal events, and passes them on to listeners (plugins). |
static void |
removeFromBus(IPBComponent comp)
Deprecated. Removes a component from the bus. |
static void |
send(PluginBusEvent event)
Deprecated. 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 eventpublic void handleEvent(Event event)
handleEvent in interface IEventListenerevent - The eventIEventListener.handleEvent(com.objectplanet.survey.event.Event)
|
Copyright ? ObjectPlanet Inc. All Rights Reserved. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||