public interface HasMovedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addMovedHandler(MovedHandler handler)
Notification method fired when this component is explicitly moved.
|
fireEventHandlerRegistration 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