Java com.google.common.eventbus DeadEvent fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.eventbus DeadEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.eventbus DeadEvent.

The text is from its open source code.

Constructor

Method

ObjectgetEvent()
Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered subscriber.
ObjectgetSource()
Returns the object that originated this event (not the object that originated the wrapped event).