This class provides a messaging system for all components that implement the EBComponent interface, including View and EBPlugin objects.
public static void addToBus( | EBComponent | component) ; |
public static void removeFromBus( | EBComponent | component) ; |
Adds or removes a subscribing component.
public EBComponent[] getComponents(
void)
;
Returns an array of all components connected to the EditBus.
public void send(
EBMessage message)
;
Send the specified message to all subscribers on the EditBus.