| Package | org.spicefactory.parsley.command.impl |
| Interface | public interface CommandTriggerProvider |
| Implementors | DefaultCommandTriggerProvider |
| Method | Defined By | ||
|---|---|---|---|
Returns the trigger message for the specified command
type or null if it cannot be determined. | CommandTriggerProvider | ||
| getTriggerType | () | method |
public function getTriggerType(commandType:ClassInfo):ClassInfoReturns the trigger message for the specified command type or null if it cannot be determined.
Parameters
commandType:ClassInfo — the type of the target command
|
ClassInfo — the trigger message type for the specified command
|