demo.helicopter
Class TankParent

java.lang.Object
  |
  +--demo.helicopter.TankParent

public class TankParent
extends java.lang.Object


Constructor Summary
TankParent(java.lang.String ipAddr, int portNum, short siteNum, short appNum, short id, TankControlPanel panel)
           
 
Method Summary
 TankActionInterpreter get_TankActionInterpreter()
           
 TurretActionInterpreter get_TurretActionInterpreter()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TankParent

public TankParent(java.lang.String ipAddr,
                  int portNum,
                  short siteNum,
                  short appNum,
                  short id,
                  TankControlPanel panel)
Method Detail

get_TankActionInterpreter

public TankActionInterpreter get_TankActionInterpreter()

get_TurretActionInterpreter

public TurretActionInterpreter get_TurretActionInterpreter()