Method | Description | |
---|---|---|
Execute ( bool &handled ) : bool |
Executes the command
|
|
ExitAppHandler ( String cmd ) : System |
Initializes a new instance of the class.
|
Method | Description | |
---|---|---|
quitApplication ( ) : void |
Quits the application
|
public Execute ( bool &handled ) : bool | ||
handled | bool | set to true if the command was handled |
return | bool |
public ExitAppHandler ( String cmd ) : System | ||
cmd | String | The command to be executed |
return | System |