Returns the object that originated this event ( not the object that originated the wrapped event). This is generally an EventBus. @return the source of this event.
()
| 56 | |
| 57 | |
| 58 | public Object getSource() { |
| 59 | return source; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered |
no outgoing calls
no test coverage detected