public static interface RunnableQueue.RunHandler
Modifier and Type | Method and Description |
---|---|
void |
executionResumed(RunnableQueue rq)
Called when the execution of the queue has been resumed.
|
void |
executionSuspended(RunnableQueue rq)
Called when the execution of the queue has been suspended.
|
void |
runnableInvoked(RunnableQueue rq,
java.lang.Runnable r)
Called when the given Runnable has just been invoked and
has returned.
|
void |
runnableStart(RunnableQueue rq,
java.lang.Runnable r)
Called just prior to invoking the runnable
|
void runnableStart(RunnableQueue rq, java.lang.Runnable r)
void runnableInvoked(RunnableQueue rq, java.lang.Runnable r)
void executionSuspended(RunnableQueue rq)
void executionResumed(RunnableQueue rq)
Copyright © 2022 Apache Software Foundation. All Rights Reserved.