javax.rad.ui.event.type.focus
Interface IFocusLostListener
- All Known Subinterfaces:
- IFocusListener
public interface IFocusLostListener
Platform and technology independent focus lost listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
focusLost
void focusLost(UIFocusEvent pEvent)
throws java.lang.Throwable
- Invoked when the focus is lost.
- Parameters:
pEvent - the component event
- Throws:
java.lang.Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.