Package | org.spicefactory.lib.command.proxy |
Interface | public interface CommandProxy extends CommandExecutor, SuspendableCommand, CancellableCommand |
Implementors | DefaultCommandProxy |
Property | Defined By | ||
---|---|---|---|
![]() | active : Boolean [read-only]
Indicates whether this command is currently executing. | AsyncCommand | |
![]() | cancellable : Boolean [read-only]
Indicates whether this executor can be cancelled. | CommandExecutor | |
![]() | suspendable : Boolean [read-only]
Indicates whether this executor can be suspended. | CommandExecutor | |
![]() | suspended : Boolean [read-only]
Indicates whether this command is currently suspended. | SuspendableCommand | |
target : Command [read-only]
The target command executed by this proxy. | CommandProxy |