public interface HasOtherWindowsChangedHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addOtherWindowsChangedHandler(OtherWindowsChangedHandler handler)
Notification fired when the set of other
RemoteWindows changes
or requires re-synchronization due a call to create(), close() , or a page reload in a different RemoteWindow. |
fireEvent
HandlerRegistration addOtherWindowsChangedHandler(OtherWindowsChangedHandler handler)
RemoteWindows
changes
or requires re-synchronization due a call to create(), close()
, or a page reload in a different RemoteWindow. This method has no default implementation.
handler
- the otherWindowsChanged handlerHandlerRegistration
used to remove this handler