edu.hawaii.ics.yucheng
Class StatusLabel.Delegate

java.lang.Object
  extended by edu.hawaii.ics.yucheng.StatusLabel.Delegate
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
StatusLabel

 class StatusLabel.Delegate
extends java.lang.Object
implements java.awt.event.ActionListener

A simple class that resets the text when the timer expires.


Constructor Summary
StatusLabel.Delegate()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent arg0)
          Executes when the timer expires.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusLabel.Delegate

StatusLabel.Delegate()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent arg0)
Executes when the timer expires. Resets the text.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
arg0 - The argument (not used)