Interface OtherWindowsChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification fired when the set of otherRemoteWindowschanges 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 otherRemoteWindowschanges 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
 
 -