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