de.mud.jta
public interface PluginBus
The functionality is just simuliar to a bus, but depends on the actual implementation of the bus.
Maintainer: Matthias L. Jugel
Modifier and Type | Method and Description |
---|---|
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
|
java.lang.Object broadcast(PluginMessage message)
void registerPluginListener(PluginListener listener)