be.optiloading
Class Gui.FieldListener

java.lang.Object
  extended by be.optiloading.Gui.FieldListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
Gui

 class Gui.FieldListener
extends java.lang.Object
implements java.awt.event.FocusListener


Constructor Summary
Gui.FieldListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gui.FieldListener

Gui.FieldListener()
Method Detail

focusLost

public void focusLost(java.awt.event.FocusEvent e)
Specified by:
focusLost in interface java.awt.event.FocusListener

focusGained

public void focusGained(java.awt.event.FocusEvent e)
Specified by:
focusGained in interface java.awt.event.FocusListener