javax.rad.ui.event
Interface IComponentListener


public interface IComponentListener

Platform and technology independent component listener definition. It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .


Method Summary
 void componentMoved(UIComponentEvent pEvent)
          Invoked when the component's position changes.
 void componentResized(UIComponentEvent pEvent)
          Invoked when the component's size changes.
 

Method Detail

componentResized

void componentResized(UIComponentEvent pEvent)
Invoked when the component's size changes.

Parameters:
pEvent - the component event

componentMoved

void componentMoved(UIComponentEvent pEvent)
Invoked when the component's position changes.

Parameters:
pEvent - the component event


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.