Package | org.spicefactory.parsley.core.command |
Interface | public interface ManagedCommandProxy extends CommandProxy, CommandExecutor, SuspendableCommand |
Implementors | DefaultManagedCommandProxy, DefinitionBasedCommandProxy |
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 | |
id : String [read-only]
The id the command is registered with in the Context. | ManagedCommandProxy | ||
![]() | 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 |