|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.widget.counter.CounterEvent
public abstract class CounterEvent
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 |
---|
public CounterEvent()
Method Detail |
---|
public void trigger()
public abstract void actionPerformed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |