|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.objectplanet.survey.plugin.PluginBus
public class PluginBus
The PluginBus is opinio's global event notification mechanism. A number of events are sent by opinio; these are classes com.objectplanet.survey.plugin.event package. Plugins can also create & send their own events, using the event classes and the PluginBusXX classes. This class is deprecated. Use the new event mechanism in the com.objectplanet.survey.event and com.objectplanet.survey.event.events package.
Constructor Summary | |
---|---|
PluginBus()
Deprecated. Constructor for the PluginBus object |
Method Summary | |
---|---|
void |
addToBus(IPBComponent comp)
Deprecated. Adds a component to the bus. |
IPBComponent[] |
getComponents()
Deprecated. Returns an array of all components connected to the bus. |
void |
removeFromBus(IPBComponent comp)
Deprecated. Removes a component from the bus. |
void |
send(PluginBusEvent event)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginBus()
Method Detail |
---|
public IPBComponent[] getComponents()
public void addToBus(IPBComponent comp)
comp
- The component to addpublic void removeFromBus(IPBComponent comp)
comp
- The component to removepublic 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 |