All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface ch.jp.robwar.SimEventListener

public interface SimEventListener
This interface describes listeners who plug in to the Simulator class to be warned when significant event happen, for example in order to play an accompanying sound (see SimSound).


Method Index

 o bigExplosion()
A robot has died
 o explosion()
A projectile has hit a robot
 o wallHit()
A projectile has hit a wall

Methods

 o explosion
 public abstract void explosion()
A projectile has hit a robot

 o bigExplosion
 public abstract void bigExplosion()
A robot has died

 o wallHit
 public abstract void wallHit()
A projectile has hit a wall


All Packages  Class Hierarchy  This Package  Previous  Next  Index