net.groboclown.eventbus.v2.tests
Class TestEventBus.TestDistributor
java.lang.Object
|
+--net.groboclown.eventbus.v2.tests.TestEventBus.TestDistributor
- All Implemented Interfaces:
- IEventDistributor
- Enclosing class:
- TestEventBus
- public static class TestEventBus.TestDistributor
- extends Object
- implements IEventDistributor
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
initializedDistributors
public static final LinkedList initializedDistributors
localBus
public EventBus localBus
knownEvents
public LinkedList knownEvents
TestEventBus.TestDistributor
public TestEventBus.TestDistributor()
initialize
public void initialize(EventBus eb)
- Description copied from interface:
IEventDistributor
- Sets up the distributor after it has been created.
- Specified by:
initialize
in interface IEventDistributor
sendEvent
public void sendEvent(EventBusEvent ebe)
- Description copied from interface:
IEventDistributor
- Send the given event to wherever it needs to go.
- Specified by:
sendEvent
in interface IEventDistributor
Written under the LGPL