public class PluginBus
extends java.lang.Object
Constructor and Description |
---|
PluginBus()
Deprecated.
Constructor for the PluginBus object
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 eventBuilt on October 18 2017