Uses of Interface
com.openfin.desktop.AsyncCallback

Packages that use AsyncCallback
com.openfin.desktop   
 

Uses of AsyncCallback in com.openfin.desktop
 

Methods in com.openfin.desktop with parameters of type AsyncCallback
 void Window.getBounds(AsyncCallback<WindowBounds> callback, AckListener listener)
          Gets the current bounds (top, left, width, height) of the window
 void Window.getGroup(AsyncCallback<List<Window>> groupHandler, AckListener callback)
          Passes a list of wrapped windows in the same group An empty list is returned if the window is not in a group.
 void Window.getOptions(AsyncCallback<WindowOptions> callback, AckListener listener)
          Returns the current options as stored in the desktop
 void OpenFinRuntime.launchExternalProcess(String path, String commandLine, AsyncCallback<LaunchExternalProcessResult> callback, AckListener listener)
          Runs an executable or batch file.
 void OpenFinRuntime.terminateExternalProcess(String processUuid, int timeout, boolean killTree, AsyncCallback<TerminateExternalProcessResult> callback, AckListener listener)
          Attempts to cleanly close an external process and terminates it if the close has not occured after the elapsed timeout in milliseconds.
 



Copyright © 2016. All rights reserved.