CommandRequestTask.Callback
Overview
The implementation of the CommandRequestTask.Callback can be passed to CommandRequestTask therefore will be called on command request task's end.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Nested in: CommandRequestTask
- Ancestry: DataRequestCallback | CommandRequestTask.Callback
Required Methods
completed
The method to be called on task completion.
method completed(aTask: CommandRequestTask; aState: Object)
void completed(CommandRequestTask aTask, Object aState)
Parameters:
- aTask: A task instance that was completed.
- aState: An optional state object.