net.groboclown.eventbus.v1
Class EventBusEvents
java.lang.Object
|
+--net.groboclown.eventbus.v1.EventBusEvents
- public class EventBusEvents
- extends Object
The event bus's internally defined events. These are fired whenever
a change occurs in the event bus's internal state.
- Version:
- Alpha 0.9.0
- Author:
- Matt Albrecht
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
EVENTBUS_CLASS
public static final String EVENTBUS_CLASS
LISTENER_ADDED_METHOD
public static final String LISTENER_ADDED_METHOD
LISTENER_REMOVED_METHOD
public static final String LISTENER_REMOVED_METHOD
EventBusEvents
public EventBusEvents()
Written under the LGPL