|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A plugin bus is used for communication between plugins. The interface describes the broadcast method that should broad cast the message to all plugins known and return an answer message immediatly.
The functionality is just simuliar to a bus, but depends on the actual implementation of the bus.
Maintainer: Matthias L. Jugel
Method Summary | |
java.lang.Object |
broadcast(PluginMessage message)
Broadcast a plugin message to all listeners. |
void |
registerPluginListener(PluginListener listener)
Register a plugin listener with this bus object |
Method Detail |
public java.lang.Object broadcast(PluginMessage message)
public void registerPluginListener(PluginListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |