protected class UpdateManager.UpdateManagerRunHander extends RunnableQueue.RunHandlerAdapter
Modifier | Constructor and Description |
---|---|
protected |
UpdateManagerRunHander() |
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
|
public void runnableStart(RunnableQueue rq, java.lang.Runnable r)
RunnableQueue.RunHandlerAdapter
runnableStart
in interface RunnableQueue.RunHandler
runnableStart
in class RunnableQueue.RunHandlerAdapter
public void runnableInvoked(RunnableQueue rq, java.lang.Runnable r)
runnableInvoked
in interface RunnableQueue.RunHandler
runnableInvoked
in class RunnableQueue.RunHandlerAdapter
public void executionSuspended(RunnableQueue rq)
executionSuspended
in interface RunnableQueue.RunHandler
executionSuspended
in class RunnableQueue.RunHandlerAdapter
public void executionResumed(RunnableQueue rq)
executionResumed
in interface RunnableQueue.RunHandler
executionResumed
in class RunnableQueue.RunHandlerAdapter
Copyright © 2022 Apache Software Foundation. All Rights Reserved.