Uses of Interface
com.openfin.desktop.EventListener
| Package | Description |
|---|---|
| com.openfin.desktop | |
| com.openfin.desktop.channel | |
| com.openfin.desktop.channel.webrtc | |
| com.openfin.desktop.nix | |
| com.openfin.desktop.platform | |
| com.openfin.desktop.win32 |
-
Uses of EventListener in com.openfin.desktop
Methods in com.openfin.desktop with parameters of type EventListener Modifier and Type Method Description voidDesktopConnection. addEventCallback(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback, java.lang.Object source)Registers an event listener on the specified eventjava.util.concurrent.CompletionStage<Ack>DesktopConnection. addEventCallbackAsync(org.json.JSONObject subscriptionObject, EventListener listener, java.lang.Object source)voidApplication. addEventListener(java.lang.String type, EventListener listener, AckListener callback)Registers an event listener on the specified event.static voidDesktopUtils. addEventListener(Window window, java.lang.String evenType, EventListener eventListener)Add event listener to a window.voidOpenFinRuntime. addEventListener(java.lang.String type, EventListener listener, AckListener callback)Registers an event listener on the specified eventprotected voidOpenFinRuntime. addEventListener(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback)Registers an event listener on the specified eventjava.util.concurrent.CompletionStage<Ack>WebContent. addEventListener(java.lang.String type, EventListener listener)voidWindow. addEventListener(java.lang.String type, EventListener listener, AckListener callback)Registers an event listener on the specified event.voidPortDiscoveryHandler. registerEventListener(EventListener listener, int timeout)voidDesktopConnection. removeEventCallback(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback, java.lang.Object source)Removes a previously registered event listener from the specified eventjava.util.concurrent.CompletionStage<Ack>DesktopConnection. removeEventCallbackAsync(org.json.JSONObject subscriptionObject, EventListener listener, java.lang.Object source)voidApplication. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)Removes a previously registered event listener from the specified eventvoidOpenFinRuntime. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)Removes a previously registered event listener from the specified eventvoidPortDiscoveryHandler. removeEventListener(EventListener listener)java.util.concurrent.CompletionStage<Ack>WebContent. removeEventListener(java.lang.String type, EventListener listener)voidWindow. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)Removes a previously registered event listener from the specified eventvoidApplication. setTrayIcon(java.lang.String iconUrl, EventListener listener, AckListener callback)Adds a customizable icon in the system tray and notifies the application when clicked -
Uses of EventListener in com.openfin.desktop.channel
Methods in com.openfin.desktop.channel with parameters of type EventListener Modifier and Type Method Description voidChannel. addEventListener(java.lang.String type, EventListener listener, AckListener callback)Registers an event listener on the specified eventprotected voidChannel. addEventListener(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback)Registers an event listener on the specified eventvoidChannel. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)Removes a previously registered event listener from the specified event -
Uses of EventListener in com.openfin.desktop.channel.webrtc
Classes in com.openfin.desktop.channel.webrtc that implement EventListener Modifier and Type Class Description classWebRtcProtocolHandler -
Uses of EventListener in com.openfin.desktop.nix
Methods in com.openfin.desktop.nix with parameters of type EventListener Modifier and Type Method Description voidNamedPipePortHandler. registerEventListener(EventListener listener, int timeout)voidNamedPipePortHandler. removeEventListener(EventListener listener) -
Uses of EventListener in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform with parameters of type EventListener Modifier and Type Method Description voidPlatform. addEventListener(java.lang.String type, EventListener listener)Add a platform event listener.voidPlatform. removeEventListener(java.lang.String type, EventListener listener)Remove the platform event listener -
Uses of EventListener in com.openfin.desktop.win32
Methods in com.openfin.desktop.win32 that return EventListener Modifier and Type Method Description EventListenerDesktopPortHandler.WinMessageThread. getEventListener()Methods in com.openfin.desktop.win32 with parameters of type EventListener Modifier and Type Method Description voidDesktopPortHandler. registerEventListener(EventListener listener, int timeout)voidNamedPipePortHandler. registerEventListener(EventListener listener, int timeout)voidDesktopPortHandler. removeEventListener(EventListener listener)voidNamedPipePortHandler. removeEventListener(EventListener listener)Constructors in com.openfin.desktop.win32 with parameters of type EventListener Constructor Description TimeoutThread(EventListener eventListener, int timeout)WinMessageThread(EventListener listener, int timeout)