com.ekuefler.supereventbus
Class DeadEvent
java.lang.Object
com.ekuefler.supereventbus.DeadEvent
public class DeadEvent
- extends Object
A DeadEvent wraps an event that was posted to an EventBus, but for which no
subscribers were registered. Applications can subscribe to DeadEvent to help identify
misconfiguration issues. Note that if an event had a handler registered for it that was bypassed
due to an EventFilter, a DeadEvent will NOT
be fired. Also note that if the application registers a handler for Object, all events
will be handled, and so DeadEvent will never be fired.
- Author:
- ekuefler@gmail.com (Erik Kuefler)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEvent
public Object getEvent()
Copyright © 2013. All Rights Reserved.