Uses of Class
net.groboclown.eventbus.v1.EventBusObject

Packages that use EventBusObject
net.groboclown.eventbus.v1 The eventbus package allows for a dynamic application to distribute application events in an infinitely extensible way. 
 

Uses of EventBusObject in net.groboclown.eventbus.v1
 

Methods in net.groboclown.eventbus.v1 with parameters of type EventBusObject
 void IEventDistributor.sendEvent(EventBusObject ebo)
          Send the given event to wherever it needs to go.
 IEventBusListener[] EventBus.getListenersForEvent(EventBusObject ebo)
          Used by EventDistributors to retrieve the list of listeners for the given event.
 void ThreadedLocalEventDistributor.sendEvent(EventBusObject ebo)
          Send the given event to wherever it needs to go.
 void IEventBusListener.processEvent(EventBusObject ebo)
          Receives an event.
 void LocalEventDistributor.sendEvent(EventBusObject ebo)
          Send the given event to wherever it needs to go.
 



Written under the LGPL