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).
-
bigExplosion()
- A robot has died
-
explosion()
- A projectile has hit a robot
-
wallHit()
- A projectile has hit a wall
explosion
public abstract void explosion()
- A projectile has hit a robot
bigExplosion
public abstract void bigExplosion()
- A robot has died
wallHit
public abstract void wallHit()
- A projectile has hit a wall
All Packages Class Hierarchy This Package Previous Next Index