EVEDemo.MKBVKBApplet
Class mkbvkb.TimerListener

java.lang.Object
  |
  +--EVEDemo.MKBVKBApplet.mkbvkb.TimerListener

class mkbvkb.TimerListener
extends java.lang.Object
implements java.awt.event.ActionListener

the actionPerformed method in this class is called each time the Timer "goes off"


Constructor Summary
(package private) mkbvkb.TimerListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

mkbvkb.TimerListener

mkbvkb.TimerListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent evt)
Specified by:
actionPerformed in interface java.awt.event.ActionListener