Interface RunnableQueue.RunHandler

    • Method Detail

      • runnableStart

        void runnableStart​(RunnableQueue rq,
                           java.lang.Runnable r)
        Called just prior to invoking the runnable
      • runnableInvoked

        void runnableInvoked​(RunnableQueue rq,
                             java.lang.Runnable r)
        Called when the given Runnable has just been invoked and has returned.
      • executionSuspended

        void executionSuspended​(RunnableQueue rq)
        Called when the execution of the queue has been suspended.
      • executionResumed

        void executionResumed​(RunnableQueue rq)
        Called when the execution of the queue has been resumed.