org.xith3d.utility.commands
Class ExitCommand
java.lang.Object
org.jagatoo.commands.CommandBase
org.jagatoo.commands.NoParamCommandBase
org.xith3d.utility.commands.ExitCommand
- All Implemented Interfaces:
- org.jagatoo.commands.Command, org.jagatoo.commands.NoParamCommand
public class ExitCommand
- extends org.jagatoo.commands.NoParamCommandBase
This is a simple Command implementation, that exists
a RenderLoop when executed.
| Fields inherited from class org.jagatoo.commands.CommandBase |
paramsArray |
|
Method Summary |
java.lang.String |
execute()
|
java.lang.String |
execute(java.lang.Boolean inputInfo)
|
| Methods inherited from class org.jagatoo.commands.NoParamCommandBase |
execute, getParameterTypes |
| Methods inherited from class org.jagatoo.commands.CommandBase |
createParametersArray, equals, execute, execute, execute, getKey, getLocalizedText, getNumParameters, getText, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jagatoo.commands.Command |
createParametersArray, execute, execute, execute, getKey, getLocalizedText, getNumParameters, getText |
renderLoop
public final RenderLoop renderLoop
ExitCommand
public ExitCommand(RenderLoop renderLoop)
execute
public java.lang.String execute(java.lang.Boolean inputInfo)
throws org.jagatoo.commands.CommandException
-
- Throws:
org.jagatoo.commands.CommandException
execute
public final java.lang.String execute()
throws org.jagatoo.commands.CommandException
- Throws:
org.jagatoo.commands.CommandException