ui
Interface StopwatchListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
GameThread

public interface StopwatchListener
extends EventListener

A StopwatchListener listens for time updates from a stopwatch.


Method Summary
 void timeChanged(long milliseconds, Stopwatch source)
          tells how much time is left on the stopwatch, in milliseconds
 

Method Detail

timeChanged

void timeChanged(long milliseconds,
                 Stopwatch source)
tells how much time is left on the stopwatch, in milliseconds

Parameters:
milliseconds -
source -