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.
|
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.