Package org.greenrobot.eventbus
Class NoSubscriberEvent
- java.lang.Object
-
- org.greenrobot.eventbus.NoSubscriberEvent
-
public final class NoSubscriberEvent extends java.lang.ObjectThis Event is posted by EventBus when no subscriber is found for a posted event.
-
-
Field Summary
Fields Modifier and Type Field Description EventBuseventBusTheEventBusinstance to with the original event was posted to.java.lang.ObjectoriginalEventThe original event that could not be delivered to any subscriber.
-
Constructor Summary
Constructors Constructor Description NoSubscriberEvent(EventBus eventBus, java.lang.Object originalEvent)
-
-
-
Constructor Detail
-
NoSubscriberEvent
public NoSubscriberEvent(EventBus eventBus, java.lang.Object originalEvent)
-
-