Methods in org.azuki.framework.command with parameters of type ICallback |
static void |
Command.sendCallback(ICommand icmd,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendCallback(ICommand icmd,
ICallback cback)
|
static void |
Command.sendCallback(ICommand icmd,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendCallback(ICommand icmd,
ICallback cback)
|
static void |
Command.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
|
static void |
Command.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
|