Interface MultiWindowEventCallback


public interface MultiWindowEventCallback
  • Method Details

    • execute

      void execute(RemoteWindow remoteWindow, MultiWindowEvent eventType, Map event)
      Callback scheduled by MultiWindow.setEvent(). The RemoteWindow may be null if the associated browser window is unloading or closing.

      Note that the event is simply an OpenFin application event when OpenFin is present, but may not be fully populated in fallback mode without OpenFin.

      Parameters:
      remoteWindow - window affected by event, or null if not found
      eventType - event type as passed to MultiWindow.setEvent()
      event - event data see MultiWindow.setEvent() see MultiWindow.clearEvent()