protected class ClientProgressManager.ClientRunningTask extends ClientProgressManager.RunningTask implements java.lang.Runnable
Modifier and Type | Class and Description |
---|---|
protected class |
ClientProgressManager.ClientRunningTask.ListeningProgressState |
Constructor and Description |
---|
ClientRunningTask(AsyncClientTask task,
boolean isDominant) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
run() |
void |
setCurrentState(TaskProgressState state) |
finish, getCurrentState, getUid, isDominant, notifyStateChanged, setDominant, waitForResult
public ClientRunningTask(AsyncClientTask task, boolean isDominant)
public void run()
run
in interface java.lang.Runnable
public void cancel()
cancel
in interface TaskHandle
cancel
in class ClientProgressManager.RunningTask
public void setCurrentState(TaskProgressState state)
setCurrentState
in class ClientProgressManager.RunningTask