| Modifier and Type | Field and Description |
|---|---|
private Object |
event |
private Object |
source |
| Constructor and Description |
|---|
DeadEvent(Object source,
Object event)
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 Object getSource()
EventBus.public Object getEvent()