| Package | org.spicefactory.lib.command |
| Interface | public interface CommandResult |
| Implementors | CommandResultEvent, DefaultCommandResult |
| Property | Defined By | ||
|---|---|---|---|
| command : Object [read-only]
The command that produced the result. | CommandResult | ||
| complete : Boolean [read-only]
Whether the command completed successfully. | CommandResult | ||
| value : Object [read-only]
The actual result value. | CommandResult | ||
| command | property |
command:Object [read-only] The command that produced the result.
public function get command():Object| complete | property |
complete:Boolean [read-only] Whether the command completed successfully. If this flag is false, the value property represents the error thrown or dispatched by the command.
public function get complete():Boolean| value | property |
value:Object [read-only] The actual result value.
public function get value():Object