Uses of Interface
net.groboclown.eventbus.v1.IEventDistributor

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

Uses of IEventDistributor in net.groboclown.eventbus.v1
 

Classes in net.groboclown.eventbus.v1 that implement IEventDistributor
 class LocalEventDistributor
          The default distributor - sends events asynchronously in the current thread to all listeners.
 class ThreadedLocalEventDistributor
          Sends events asynchronously in a separate event thread to all local listeners.
 



Written under the LGPL