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