public class VCSEventBus
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
addToBus(VCSEBComponent component)
Adds a component to the bus, it will receive all messages sent on the bus. 
 | 
static VCSEBComponent[] | 
getComponents()
Gets an array of all components connected to the bus. 
 | 
static void | 
removeFromBus(VCSEBComponent component)
Removes a component from the bus. 
 | 
static void | 
send(VCSEBMessage message)
Sends a message to all components on the bus in turn. 
 | 
public static void addToBus(VCSEBComponent component)
component - the component to addpublic static void removeFromBus(VCSEBComponent component)
component - the component to removepublic static VCSEBComponent[] getComponents()
public static void send(VCSEBMessage message)
message - the message