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

Inner Class Summary
static class EventBusEvents.ListenerData
           
 
Field Summary
static String EVENTBUS_CLASS
           
static String LISTENER_ADDED_METHOD
           
static String LISTENER_REMOVED_METHOD
           
 
Constructor Summary
EventBusEvents()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

EventBusEvents

public EventBusEvents()


Written under the LGPL