org.zaval.lw.event
Interface LwFocusListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- LwList, LwNotebook, LwTextField, LwGrid, LwTree
- public interface LwFocusListener
- extends java.util.EventListener
This listener interface for receiving light weight focus events.
focusGained
public void focusGained(LwFocusEvent e)
- Invoked when the light weight component gained focus.
- Parameters:
e
- the specified focus event.
focusLost
public void focusLost(LwFocusEvent e)
- Invoked when the light weight component lost focus.
- Parameters:
e
- the specified focus event.
Copyright © Zaval Creative Engineering Group, 2000-2005.
http://www.zaval.org