Class: InteractiveRemoteCommand

InteractiveRemoteCommand()

The base class of all interactive, remote commands.

Constructor

new InteractiveRemoteCommand()

Source:

Classes

InteractiveRemoteCommand

Methods

resumeExecution()

Invoked when the command execution has been stopped and some information has been returned by the command.

This information is typically used to display a dialog box letting the user choose something in order to actually execute the command (this time without being stopped for lack of sufficient input).

Default implementation is transparent and simply causes the command to return its original CommandResult.STOPPED result.

Source: