Uses of Class
net.groboclown.eventbus.v2.EventBusId

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

Uses of EventBusId in net.groboclown.eventbus.v2
 

Fields in net.groboclown.eventbus.v2 declared as EventBusId
private  EventBusId EventBusEvent.eventSource
           
private  EventBusId EventBus.localBusId
           
 

Methods in net.groboclown.eventbus.v2 that return EventBusId
 EventBusId EventBusEvent.getEventSource()
           
protected  EventBusId EventBus.getEventId(Object obj)
           
 

Methods in net.groboclown.eventbus.v2 with parameters of type EventBusId
 Object EventBus.getLocalObject(EventBusId id)
           
protected  void EventBus.sendBusEvent(String method, EventBusId data)
           
 

Constructors in net.groboclown.eventbus.v2 with parameters of type EventBusId
EventBusEvent(EventBusId source, Serializable data)
          Real constructor.
 



Written under the LGPL