Uses of Interface
com.openfin.desktop.EventListener

Packages that use EventListener
com.openfin.desktop   
com.openfin.desktop.win32   
 

Uses of EventListener in com.openfin.desktop
 

Methods in com.openfin.desktop with parameters of type EventListener
 void DesktopConnection.addEventCallback(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback, Object source)
          Registers an event listener on the specified event
protected  void OpenFinRuntime.addEventListener(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback)
          Registers an event listener on the specified event
 void Window.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event
 void OpenFinRuntime.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event
 void Application.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event.
static void DesktopUtils.addEventListener(Window window, String evenType, EventListener eventListener)
          Add event listener.
 void DesktopConnection.removeEventCallback(org.json.JSONObject subscriptionObject, EventListener listener, AckListener callback, Object source)
          Removes a previously registered event listener from the specified event
 void Window.removeEventListener(String type, EventListener listener, AckListener callback)
          Removes a previously registered event listener from the specified event
 void OpenFinRuntime.removeEventListener(String type, EventListener listener, AckListener callback)
          Removes a previously registered event listener from the specified event
 void Application.removeEventListener(String type, EventListener listener, AckListener callback)
          Removes a previously registered event listener from the specified event
 void Application.setTrayIcon(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.win32
 

Methods in com.openfin.desktop.win32 that return EventListener
 EventListener DesktopPortHandler.WinMessageThread.getEventListener()
           
 

Methods in com.openfin.desktop.win32 with parameters of type EventListener
static void DesktopPortHandler.registerEventListener(EventListener listener, int timeout)
           
static void DesktopPortHandler.removeEventListener(EventListener listener)
           
 

Constructors in com.openfin.desktop.win32 with parameters of type EventListener
DesktopPortHandler.TimeoutThread(EventListener eventListener, int timeout)
           
DesktopPortHandler.WinMessageThread(EventListener listener, int timeout)
           
 



Copyright © 2016. All rights reserved.