Interface HasOtherWindowsChangedHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
OpenFinWindow
,RemoteWindow
-
Method Summary
Modifier and TypeMethodDescriptionNotification fired when the set of otherRemoteWindows
changes or requires re-synchronization due a call to create(),close()
, or a page reload in a different RemoteWindow.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addOtherWindowsChangedHandler
Notification fired when the set of otherRemoteWindows
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.
- Parameters:
handler
- the otherWindowsChanged handler- Returns:
HandlerRegistration
used to remove this handler
-