Interface OtherWindowsChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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.
-
Method Details
-
onOtherWindowsChanged
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:
event
- the event
-