| 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. |