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, ... .
componentResized
void componentResized(UIComponentEvent pEvent)
throws Throwable
- Invoked when the component's size changes.
- Parameters:
pEvent - the component event
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.