Package org.greenrobot.eventbus
Interface Poster
-
public interface Poster
Posts events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enqueue(org.greenrobot.eventbus.Subscription subscription, java.lang.Object event)
Enqueue an event to be posted for a particular subscription.
-