charva.awt.event
Class FocusAdapter

java.lang.Object
  extended by charva.awt.event.FocusAdapter
All Implemented Interfaces:
EventListener, FocusListener

public abstract class FocusAdapter
extends java.lang.Object
implements FocusListener

An abstract class for receiving key events. The methods provided in this class are empty; the class is provided as a convenience for implementing the KeyListener interface. You only have to implement the methods you are interested in.


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

Constructor Detail

FocusAdapter

public FocusAdapter()
Method Detail

focusGained

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

focusLost

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