All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ch.jp.robwar.InteractiveRobot

public interface InteractiveRobot
This interface allows a robot to be notified of the start and end of the simulation, for example to open and close a window to interact with the user. Even if it doesn't use these functions, any robot that is interactive must implement this interface. This includes any robot that implements the KeyListener or WindowListener interface.


Method Index

 o done()
 o init()

Methods

 o init
 public abstract void init()
 o done
 public abstract void done()

All Packages  Class Hierarchy  This Package  Previous  Next  Index