public class AsynchronousCommandQueue
extends java.lang.Object
| Constructor and Description |
|---|
AsynchronousCommandQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearCompleted() |
AsynchronousCommand |
currentCommand() |
void |
currentCommandComplete() |
void |
execute(AsynchronousCommand command) |
void |
executeAndWait(AsynchronousCommand command) |
java.util.LinkedList |
getFailedCommands() |
void |
sync() |
public void execute(AsynchronousCommand command)
public void executeAndWait(AsynchronousCommand command)
public void sync()
public void clearCompleted()
public AsynchronousCommand currentCommand()
public void currentCommandComplete()
public java.util.LinkedList getFailedCommands()