Interface MultiWindowEventCallback
public interface MultiWindowEventCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(RemoteWindow remoteWindow, MultiWindowEvent eventType, Map event) Callback scheduled byMultiWindow.setEvent()
.
-
Method Details
-
execute
Callback scheduled byMultiWindow.setEvent()
. TheRemoteWindow
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 foundeventType
- event type as passed toMultiWindow.setEvent()
event
- event data see MultiWindow.setEvent() see MultiWindow.clearEvent()
-