public interface HasOtherWindowsChangedHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addOtherWindowsChangedHandler(OtherWindowsChangedHandler handler)Notification fired when the set of other  RemoteWindowschanges
 or requires re-synchronization due a call to  create(),close(), or a page reload in a different RemoteWindow. | 
com.google.gwt.event.shared.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