public abstract class ICommand extends Object implements com.aspose.ms.System.IDisposable
Defines a command.
Constructor and Description |
---|
ICommand() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canExecute()
Defines the operator that determines whether the command can execute in its current state.
|
abstract ICommand |
execute()
Defines the method to be called when the command is invoked.
|
public abstract boolean canExecute()
Defines the operator that determines whether the command can execute in its current state.
public abstract ICommand execute()
Defines the method to be called when the command is invoked.