vooga.widget.counter
Class CounterEvent

java.lang.Object
  extended by vooga.widget.counter.CounterEvent
Direct Known Subclasses:
AfterCounterEvent

public abstract class CounterEvent
extends java.lang.Object

This class is used in conjunction with the Counter. This class should be extended and the actionPerformed() method should be overrided to perform what ever action wanted.


Constructor Summary
CounterEvent()
           
 
Method Summary
abstract  void actionPerformed()
           
 void trigger()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterEvent

public CounterEvent()
Method Detail

trigger

public void trigger()

actionPerformed

public abstract void actionPerformed()