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
 void Window.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event Supported system event types are: blurred bounds-changed bounds-changing closed close-requested disabled-frame-bounds-changed disabled-frame-bounds-changing focused frame-disabled frame-enabled group-changed hidden maximized minimized restored shown
 void System.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event Supported system event types are: deskband-icon-clicked desktop-icon-clicked monitor-info-changed
 void Application.addEventListener(String type, EventListener listener, AckListener callback)
          Registers an event listener on the specified event.
 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 System.removeEventListener(String type, EventListener listener, AckListener callback)
          Removes a previously registered event listener from the specified event Supported system event types are: deskband-icon-clicked desktop-icon-clicked monitor-info-changed
 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 with parameters of type EventListener
 void DesktopPortHandler.addEvenListener(EventListener listener)
           
 void DesktopPortHandler.removeEventListener(EventListener listener)
           
 



Copyright © 2015. All rights reserved.