Interface HasOtherWindowsChangedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
OpenFinWindow, RemoteWindow

public interface HasOtherWindowsChangedHandlers extends HasHandlers
  • Method Details

    • addOtherWindowsChangedHandler

      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.

      This method has no default implementation.

      Parameters:
      handler - the otherWindowsChanged handler
      Returns:
      HandlerRegistration used to remove this handler