Uses of Package
net.groboclown.eventbus.v2

Packages that use net.groboclown.eventbus.v2
net.groboclown.eventbus.v2 The eventbus package allows for a dynamic application to distribute application events in an infinitely extensible way. 
net.groboclown.eventbus.v2.rmi Access to remote event buses. 
net.groboclown.eventbus.v2.tests   
net.groboclown.gui.pluginapp.v1   
net.groboclown.gui.pluginapp.v1.event   
net.groboclown.gui.pluginapp.v1.plugin   
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.eventbus.v2
EventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
EventBusEvent
          The event object which is passed around.
EventBusId
          Contains unique references to both the EventBus, and the local object.
IEventBusFilterAgent
          An interface which contains the logic for filtering which event object may be passed to the corresponding EventBusListener which registered the filter.
IEventBusListener
          An interface for processing events.
IEventDistributor
          An interface for distributing events to any listeners.
LocalEventDistributor
          The default distributor - sends events asynchronously in the current thread to all listeners.
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.eventbus.v2.rmi
EventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
EventBusEvent
          The event object which is passed around.
IEventBusFilterAgent
          An interface which contains the logic for filtering which event object may be passed to the corresponding EventBusListener which registered the filter.
IEventBusListener
          An interface for processing events.
IEventDistributor
          An interface for distributing events to any listeners.
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.eventbus.v2.tests
EventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
EventBusEvent
          The event object which is passed around.
IEventBusFilterAgent
          An interface which contains the logic for filtering which event object may be passed to the corresponding EventBusListener which registered the filter.
IEventBusListener
          An interface for processing events.
IEventDistributor
          An interface for distributing events to any listeners.
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.gui.pluginapp.v1
EventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
EventBusEvent
          The event object which is passed around.
IEventBusListener
          An interface for processing events.
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.gui.pluginapp.v1.event
EventBusEvent
          The event object which is passed around.
IEventBusFilterAgent
          An interface which contains the logic for filtering which event object may be passed to the corresponding EventBusListener which registered the filter.
IEventBusListener
          An interface for processing events.
 

Classes in net.groboclown.eventbus.v2 used by net.groboclown.gui.pluginapp.v1.plugin
EventBusEvent
          The event object which is passed around.
IEventBusFilterAgent
          An interface which contains the logic for filtering which event object may be passed to the corresponding EventBusListener which registered the filter.
IEventBusListener
          An interface for processing events.
 



Written under the LGPL