| Package | org.spicefactory.parsley.rpc.cinnamon.command |
| Class | public class CinnamonCommandFactory |
| Inheritance | CinnamonCommandFactory Object |
| Implements | CommandFactory |
| Method | Defined By | ||
|---|---|---|---|
Creates a new Command instance. | CinnamonCommandFactory | ||
| createCommand | () | method |
public function createCommand(returnValue:Object, message:Message):CommandCreates a new Command instance.
Parameters
returnValue:Object — the value returned by the method that executed the command
| |
message:Message — the message that triggered the command execution
|
Command — a new Command instance
|