com.qoppa.pdf.form
Interface FieldListener
- public interface FieldListener
This interface is used to let the host application listen in on field focus events.
- Author:
- Qoppa Software
EVENT_FOCUSGAINED
public static final int EVENT_FOCUSGAINED
- See Also:
- Constant Field Values
EVENT_FOCUSLOST
public static final int EVENT_FOCUSLOST
- See Also:
- Constant Field Values
focusGained
public void focusGained(FormField field)
- This method gets called whenever a field gains focus.
- Parameters:
field - The field that just gained the focus.
focusLost
public void focusLost(FormField field)
- This method gets called whenever a field loses focus.
- Parameters:
field - The field that just lost the focus.