com.isti.util.gui
Class TransferFocusListener

java.lang.Object
  extended by com.isti.util.gui.TransferFocusListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class TransferFocusListener
extends java.lang.Object
implements java.awt.event.ActionListener

Class TransferFocusListener implements the transfer focus listener.


Field Summary
static TransferFocusListener LISTENER
          Transfer focus listener.
 
Constructor Summary
TransferFocusListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Invoked when an action occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LISTENER

public static final TransferFocusListener LISTENER
Transfer focus listener.

Constructor Detail

TransferFocusListener

public TransferFocusListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener
Parameters:
e - the action event.