Interface MultiWindowEventCallback
public interface MultiWindowEventCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(RemoteWindow remoteWindow, MultiWindowEvent eventType, Map event) Callback scheduled byMultiWindow.setEvent().
- 
Method Details- 
executeCallback scheduled byMultiWindow.setEvent(). TheRemoteWindowmay 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()
 
 
-