javax.rad.ui.event.type.component
Interface IComponentResizedListener

All Known Subinterfaces:
IComponentListener

public interface IComponentResizedListener

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


Method Summary
 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


Copyright © 2009 SIB Visions GmbH. All Rights Reserved.