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

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

Uses of EventBus in net.groboclown.eventbus.v1
 

Fields in net.groboclown.eventbus.v1 declared as EventBus
protected static EventBus EventBus.s_instance
           
 

Methods in net.groboclown.eventbus.v1 that return EventBus
static EventBus EventBus.getInstance()
          Retrieve the shared instance of the utility class.
 



Written under the LGPL