com.slurm.gf
Class EOCCommand

java.lang.Object
  |
  +--com.slurm.gf.Command
        |
        +--com.slurm.gf.EOCCommand

public class EOCCommand
extends Command

Encapsulates an eoc command.


Constructor Summary
EOCCommand(int l, int o)
           
 
Methods inherited from class com.slurm.gf.Command
getLocation, getOpCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOCCommand

public EOCCommand(int l,
                  int o)