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