com.smartgwt.client.widgets.drawing.events
Interface MovedHandler

All Superinterfaces:
EventHandler

public interface MovedHandler
extends EventHandler


Method Summary
 void onMoved(MovedEvent event)
          Notification method fired when this component is explicitly moved.
 

Method Detail

onMoved

void onMoved(MovedEvent event)
Notification method fired when this component is explicitly moved. Note that a component's position on the screen may also changed due to an ancestor being moved. The parentMoved method provides a notification entry point to catch that case as well.

Parameters:
event - the event