com.jinke.gui.event
Class TimerAdapter

java.lang.Object
  extended by com.jinke.gui.event.TimerAdapter
All Implemented Interfaces:
EventListener, TimerListener

public abstract class TimerAdapter
extends java.lang.Object
implements TimerListener


Field Summary
 
Fields inherited from interface com.jinke.gui.event.EventListener
DBUMASK, ERRMASK, KEYMASK, MSEMASK, WINMASK
 
Constructor Summary
TimerAdapter()
           
 
Method Summary
 int getInterval()
           
 void onTimer()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerAdapter

public TimerAdapter()
Method Detail

onTimer

public void onTimer()
Specified by:
onTimer in interface TimerListener

getInterval

public int getInterval()
Specified by:
getInterval in interface TimerListener
Returns: