Sky View Café - Java

org.shetline.gui
Class KLabel.LabelFocusListener

java.lang.Object
  extended by org.shetline.gui.KLabel.LabelFocusListener
All Implemented Interfaces:
FocusListener, EventListener
Enclosing class:
KLabel

protected class KLabel.LabelFocusListener
extends Object
implements FocusListener


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

Constructor Detail

KLabel.LabelFocusListener

protected KLabel.LabelFocusListener()
Method Detail

focusGained

public void focusGained(FocusEvent e)
Specified by:
focusGained in interface FocusListener

focusLost

public void focusLost(FocusEvent e)
Specified by:
focusLost in interface FocusListener

Sky View Café - Java