Uses of Interface
net.groboclown.eventbus.v2.rmi.IRemoteEventBus

Packages that use IRemoteEventBus
net.groboclown.eventbus.v2.rmi Access to remote event buses. 
 

Uses of IRemoteEventBus in net.groboclown.eventbus.v2.rmi
 

Classes in net.groboclown.eventbus.v2.rmi that implement IRemoteEventBus
 class RemoteEventBus
          Master control unit which is in charge of registering event listeners, deregistering event listeners, and distributing events.
 

Fields in net.groboclown.eventbus.v2.rmi declared as IRemoteEventBus
private  IRemoteEventBus RemoteDistributor.remoteBus
           
 

Methods in net.groboclown.eventbus.v2.rmi that return IRemoteEventBus
static IRemoteEventBus RemoteEventBus.getRegisteredEventBus(String bindName)
          Loads a remote registered event bus into this VM.
 

Constructors in net.groboclown.eventbus.v2.rmi with parameters of type IRemoteEventBus
RemoteDistributor(IRemoteEventBus remoteBus)
           
 



Written under the LGPL