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 void
DesktopConnection. 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)
void
Application. addEventListener(java.lang.String type, EventListener listener, AckListener callback)
Registers an event listener on the specified event.static void
DesktopUtils. addEventListener(Window window, java.lang.String evenType, EventListener eventListener)
Add event listener to a window.void
OpenFinRuntime. addEventListener(java.lang.String type, EventListener listener, AckListener callback)
Registers an event listener on the specified eventprotected void
OpenFinRuntime. 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)
void
Window. addEventListener(java.lang.String type, EventListener listener, AckListener callback)
Registers an event listener on the specified event.void
PortDiscoveryHandler. registerEventListener(EventListener listener, int timeout)
void
DesktopConnection. 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)
void
Application. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)
Removes a previously registered event listener from the specified eventvoid
OpenFinRuntime. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)
Removes a previously registered event listener from the specified eventvoid
PortDiscoveryHandler. removeEventListener(EventListener listener)
java.util.concurrent.CompletionStage<Ack>
WebContent. removeEventListener(java.lang.String type, EventListener listener)
void
Window. removeEventListener(java.lang.String type, EventListener listener, AckListener callback)
Removes a previously registered event listener from the specified eventvoid
Application. 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 void
Channel. addEventListener(java.lang.String type, EventListener listener, AckListener callback)
Registers an event listener on the specified eventprotected void
Channel. addEventListener(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback)
Registers an event listener on the specified eventvoid
Channel. 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 class
WebRtcProtocolHandler
-
Uses of EventListener in com.openfin.desktop.nix
Methods in com.openfin.desktop.nix with parameters of type EventListener Modifier and Type Method Description void
NamedPipePortHandler. registerEventListener(EventListener listener, int timeout)
void
NamedPipePortHandler. 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 void
Platform. addEventListener(java.lang.String type, EventListener listener)
Add a platform event listener.void
Platform. 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 EventListener
DesktopPortHandler.WinMessageThread. getEventListener()
Methods in com.openfin.desktop.win32 with parameters of type EventListener Modifier and Type Method Description void
DesktopPortHandler. registerEventListener(EventListener listener, int timeout)
void
NamedPipePortHandler. registerEventListener(EventListener listener, int timeout)
void
DesktopPortHandler. removeEventListener(EventListener listener)
void
NamedPipePortHandler. 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)