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