public interface MultiWindowEventCallback
Modifier and Type | Method and Description |
---|---|
void |
execute(RemoteWindow remoteWindow,
MultiWindowEvent eventType,
java.util.Map event)
Callback scheduled by
MultiWindow.setEvent() . |
void execute(RemoteWindow remoteWindow, MultiWindowEvent eventType, java.util.Map event)
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.
remoteWindow
- window affected by event, or null if not foundeventType
- event type as passed to MultiWindow.setEvent()
event
- event data see MultiWindow.setEvent() see MultiWindow.clearEvent()