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, ... .


Method Summary
 void focusGained(UIFocusEvent pEvent)
          Invoked when the focus is gained.
 

Method Detail

focusGained

void focusGained(UIFocusEvent pEvent)
Invoked when the focus is gained.

Parameters:
pEvent - the component event


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.