public static class RunnableQueue.RunHandlerAdapter extends Object implements RunnableQueue.RunHandler
| Constructor and Description |
|---|
RunHandlerAdapter() |
| 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,
Runnable r)
Called when the given Runnable has just been invoked and
has returned.
|
void |
runnableStart(RunnableQueue rq,
Runnable r)
Called just prior to invoking the runnable
|
public void runnableStart(RunnableQueue rq, Runnable r)
runnableStart in interface RunnableQueue.RunHandlerpublic void runnableInvoked(RunnableQueue rq, Runnable r)
runnableInvoked in interface RunnableQueue.RunHandlerpublic void executionSuspended(RunnableQueue rq)
executionSuspended in interface RunnableQueue.RunHandlerpublic void executionResumed(RunnableQueue rq)
executionResumed in interface RunnableQueue.RunHandlerCopyright © 2000–2017 Apache Software Foundation. All rights reserved.