public final class NoSubscriberEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
EventBus |
eventBus
The
EventBus instance to with the original event was posted to. |
java.lang.Object |
originalEvent
The original event that could not be delivered to any subscriber.
|
Constructor and Description |
---|
NoSubscriberEvent(EventBus eventBus,
java.lang.Object originalEvent) |
public final EventBus eventBus
EventBus
instance to with the original event was posted to.public final java.lang.Object originalEvent
public NoSubscriberEvent(EventBus eventBus, java.lang.Object originalEvent)
Available under the Apache License, Version 2.0 - Copyright © 2012-2015 greenrobot.de. All Rights Reserved.