|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventBus | |
net.groboclown.eventbus.v2 | The eventbus package allows for a dynamic application to distribute application events in an infinitely extensible way. |
net.groboclown.eventbus.v2.rmi | Access to remote event buses. |
net.groboclown.eventbus.v2.tests | |
net.groboclown.gui.pluginapp.v1 |
Uses of EventBus in net.groboclown.eventbus.v2 |
Fields in net.groboclown.eventbus.v2 declared as EventBus | |
private EventBus |
LocalEventDistributor.eb
|
Methods in net.groboclown.eventbus.v2 with parameters of type EventBus | |
void |
LocalEventDistributor.initialize(EventBus eb)
Sets up the distributor after it has been created. |
void |
IEventDistributor.initialize(EventBus eb)
Sets up the distributor after it has been created. |
void |
ThreadedLocalEventDistributor.initialize(EventBus eb)
Sets up the distributor after it has been created. |
Uses of EventBus in net.groboclown.eventbus.v2.rmi |
Fields in net.groboclown.eventbus.v2.rmi declared as EventBus | |
private EventBus |
RemoteEventBus.localBus
|
private EventBus |
RemoteListener.localBus
|
Methods in net.groboclown.eventbus.v2.rmi with parameters of type EventBus | |
void |
RemoteDistributor.initialize(EventBus eb)
Sets up the local distributor after it has been created. |
static void |
RemoteEventBus.registerEventBus(EventBus busToBeRemoted,
String bindName)
Register a local bus as accessible from an outside VM. |
Constructors in net.groboclown.eventbus.v2.rmi with parameters of type EventBus | |
RemoteEventBus(EventBus busToRegister)
|
|
RemoteListener(EventBus localBus)
|
Uses of EventBus in net.groboclown.eventbus.v2.tests |
Fields in net.groboclown.eventbus.v2.tests declared as EventBus | |
EventBus |
TestEventBus.TestDistributor.localBus
|
Methods in net.groboclown.eventbus.v2.tests with parameters of type EventBus | |
void |
TestEventBus.TestDistributor.initialize(EventBus eb)
|
Uses of EventBus in net.groboclown.gui.pluginapp.v1 |
Fields in net.groboclown.gui.pluginapp.v1 declared as EventBus | |
private EventBus |
EventManager.eb
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |