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, ... .


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

Method Detail

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.