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.
|
fireEvent
HandlerRegistration addParentMovedHandler(ParentMovedHandler handler)
handler
- the parentMoved handlerHandlerRegistration
used to remove this handler