Uses of Package
net.groboclown.eventbus.v1

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

Classes in net.groboclown.eventbus.v1 used by net.groboclown.eventbus.v1
EventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
EventBusObject
          The event object which is passed around.
IEventBusListener
          An interface for loading a specific class from a given URL (which is probably a Jar file).
IEventDistributor
          An interface for distributing events to any listeners.
LocalEventDistributor
          The default distributor - sends events asynchronously in the current thread to all listeners.
 



Written under the LGPL