org.havi.ui.event
Interface HFocusListener

All Superinterfaces:
java.util.EventListener, java.awt.event.FocusListener
All Known Implementing Classes:
HEventMulticaster

public interface HFocusListener
extends java.awt.event.FocusListener

The HFocusListener interface enables the reception of HFocusEvent events, as generated by objects implementing HNavigable.


The parameters to the constructors are as follows, in cases where parameters are not used, then the constructor should use the default values.

Default parameter values exposed in the constructors

ParameterDescriptionDefault value Set methodGet method
None.

Default parameter values not exposed in the constructors

DescriptionDefault valueSet method Get method
None.


Method Summary
 
Methods inherited from interface java.awt.event.FocusListener
focusGained, focusLost