Class ListenerCallQueue.Callback<L>

  • Enclosing class:
    ListenerCallQueue<L>

    abstract static class ListenerCallQueue.Callback<L>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String methodCall  
    • Constructor Summary

      Constructors 
      Constructor Description
      Callback​(java.lang.String methodCall)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) abstract void call​(L listener)  
      (package private) void enqueueOn​(java.lang.Iterable<ListenerCallQueue<L>> queues)
      Helper method to add this callback to all the queues.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • methodCall

        private final java.lang.String methodCall
    • Constructor Detail

      • Callback

        Callback​(java.lang.String methodCall)
    • Method Detail

      • call

        abstract void call​(L listener)
      • enqueueOn

        void enqueueOn​(java.lang.Iterable<ListenerCallQueue<L>> queues)
        Helper method to add this callback to all the queues.