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.
    • Method Detail

      • enqueue

        void enqueue​(org.greenrobot.eventbus.Subscription subscription,
                     java.lang.Object event)
        Enqueue an event to be posted for a particular subscription.
        Parameters:
        subscription - Subscription which will receive the event.
        event - Event that will be posted to subscribers.