Uses of Interface
com.openfin.desktop.DesktopStateListener

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

Uses of DesktopStateListener in com.openfin.desktop
 

Methods in com.openfin.desktop with parameters of type DesktopStateListener
 void DesktopConnection.connect(DesktopStateListener listener)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 void DesktopConnection.connectToVersion(String desktopVersion, DesktopStateListener listener, int timeout)
          Connect to specified version of Desktop.
 void DesktopConnection.launchAndConnect(String commandLineArguments, DesktopStateListener listener, int timeout)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 void DesktopConnection.launchAndConnect(String desktopPath, String commandLineArguments, DesktopStateListener listener, int timeout)
          Deprecated. use DesktopConnection.connectToVersion(String, DesktopStateListener, int) instead.
 

Uses of DesktopStateListener in com.openfin.desktop.win32
 

Classes in com.openfin.desktop.win32 that implement DesktopStateListener
 class ExternalWindowObserver
          Integrates a window outside of the desktop for interaction and control with the API.
 



Copyright © 2016. All rights reserved.