public interface HasMovedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addMovedHandler(MovedHandler handler)
Notification method fired when this component is explicitly moved.
|
com.google.gwt.event.shared.HandlerRegistration addMovedHandler(MovedHandler handler)
parentMoved()
method provides a notification entry point to catch that case as well.handler
- the moved handlerHandlerRegistration
used to remove this handler