javax.rad.ui.event.type.component
Interface IComponentMovedListener
- All Known Subinterfaces:
- IComponentListener
public interface IComponentMovedListener
Platform and technology independent component moved listener definition.
It is designed for use with AWT, Swing, SWT, JSP, JSF, ... .
componentMoved
void componentMoved(UIComponentEvent pEvent)
throws Throwable
- Invoked when the component's position changes.
- Parameters:
pEvent - the component event
- Throws:
Throwable - if there is an error.
Copyright © 2009 SIB Visions GmbH. All Rights Reserved.