| Constructor and Description |
|---|
DeadEvent(Object
Creates a new DeadEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getEvent()
Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered subscriber.
|
Object |
getSource()
Returns the object that originated this event (
not the object that originated the wrapped event).
|
String |
toString()
|
public ObjectgetSource()
EventBus.
public ObjectgetEvent()
public StringtoString()