Class ThirdProgram

java.lang.Object
  |
  +--java.util.Observable
        |
        +--RobotProgram
              |
              +--ThirdProgram
All Implemented Interfaces:
java.util.Observer

public class ThirdProgram
extends RobotProgram


Constructor Summary
ThirdProgram()
           
 
Method Summary
 void main(java.lang.String[] args)
          main user method.
 
Methods inherited from class RobotProgram
addToRobotProgramObserver, getWorld, setWorld, update
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThirdProgram

public ThirdProgram()
Method Detail

main

public void main(java.lang.String[] args)
Description copied from class: RobotProgram
main user method.
Overrides:
main in class RobotProgram