javax.rad.ui.event
Interface IFocusListener


public interface IFocusListener

Platform and technology independent focus 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.
 void focusLost(UIFocusEvent pEvent)
          Invoked when the focus is lost.
 

Method Detail

focusGained

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

Parameters:
pEvent - the component event

focusLost

void focusLost(UIFocusEvent pEvent)
Invoked when the focus is lost.

Parameters:
pEvent - the component event


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.