public interface HasParentMovedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addParentMovedHandler(ParentMovedHandler handler)
Notification method fire when an ancestor of this component's position changes.
|
fireEventHandlerRegistration addParentMovedHandler(ParentMovedHandler handler)
handler - the parentMoved handlerHandlerRegistration used to remove this handler