Package | org.spicefactory.lib.command.adapter |
Interface | public interface CommandAdapter extends CommandExecutor, SuspendableCommand, CancellableCommand |
Implementors | LightCommandAdapter |
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 : Object [read-only]
The target executed by this adapter. | CommandAdapter |