All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface game.TimerListener

public interface TimerListener
The TimerListener interface must be implemented by any class whose instances want to use a Timer.

See Also:
Timer

Method Index

 o timerStops()
Warns a registered TimerListener when the timer expires.

Methods

 o timerStops
 public abstract void timerStops()
Warns a registered TimerListener when the timer expires.


All Packages  Class Hierarchy  This Package  Previous  Next  Index