JIMSCore
Class CommandExit

java.lang.Object
  |
  +--JIMSCore.Command
        |
        +--JIMSCore.CommandExit

public class CommandExit
extends Command

This is the CommandExit class.

Author:
Steve Lewis

Field Summary
private  CommandProcessor commandProcessor
           
 
Fields inherited from class JIMSCore.Command
DONE, RESPONSE, stSource
 
Constructor Summary
CommandExit()
           
CommandExit(CommandProcessor commandProcessor)
           
 
Method Summary
 void execute(CommandResultBuffer crb)
           
 
Methods inherited from class JIMSCore.Command
iaGetMemoryRangeOrValue, iaGetRegisterRangeOrValue, iGetNumber, iGetRegisterIndex, nextToken
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

commandProcessor

private CommandProcessor commandProcessor
Constructor Detail

CommandExit

public CommandExit()

CommandExit

public CommandExit(CommandProcessor commandProcessor)
Method Detail

execute

public void execute(CommandResultBuffer crb)
             throws InvalidCommandUseException
Overrides:
execute in class Command