Class EggTester

java.lang.Object
  |
  +--EggTester
All Implemented Interfaces:
EggTimerListener, java.util.EventListener

public class EggTester
extends java.lang.Object
implements EggTimerListener

A fun tester of egg timers. Makes a never-ending display of egg timers everywhere.


Constructor Summary
EggTester()
           
 
Method Summary
 void eggTimerChange(EggTimerChangeEvent ev)
          Stub for testing.
 void eggTimerRunout(EggTimerRunoutEvent ev)
          Method to be called when the egg timer runs out (expires).
static void main(java.lang.String[] args)
          Displays egg timers everywhere.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EggTester

public EggTester()
Method Detail

main

public static void main(java.lang.String[] args)
Displays egg timers everywhere. You have to abort the process to end it. Only the first timer listens for events.


eggTimerRunout

public void eggTimerRunout(EggTimerRunoutEvent ev)
Method to be called when the egg timer runs out (expires). Just for testing.

Specified by:
eggTimerRunout in interface EggTimerListener

eggTimerChange

public void eggTimerChange(EggTimerChangeEvent ev)
Stub for testing.

Specified by:
eggTimerChange in interface EggTimerListener