| Interface | Description |
|---|---|
| AckListener |
Interface which listens for acknowledgement of messages sent to AppDesktop.
|
| AsyncCallback<T> |
The interface a caller must implement to receive a response from a call to AppDesktop.
|
| BusListener |
Listener for subscribed messages.
|
| DesktopStateListener |
listener interface for receiving status updates from AppDesktop.
|
| EventListener |
Interface which listens for messages from AppDesktop.
|
| ExternalMessageListener |
Interface for processing external messages targeted at an application originating from HTTP/HTTPS.
|
| ExternalMessageResultHandler |
Interface to communicate results from calls to an ExternalMessageHandler back to the AppDesktop.
|
| NotificationListener |
Defines a listener for notification events.
|
| PortDiscoveryHandler | |
| SubscriptionListener |
A Description.
|
| Class | Description |
|---|---|
| Ack |
A message that is delivered to an AckListener when an action has
been processed by AppDesktop
|
| ActionEvent |
An Event object is passed to EventListener when the registered event occurs.
|
| Application |
An object representing the Application.
|
| ApplicationOptions |
Helper object that provides getters/setters for the
various options needed for creating an Application.
|
| DesktopConnection |
A object for launching, connecting to, and controlling Runtime.
|
| DesktopUtils |
Helper methods
|
| InterApplicationBus |
A messaging bus that allows for pub / sub messaging between different applications.
|
| JsonUtils |
Helper methods for retrieving data from JSONObject
|
| LaunchExternalProcessResult |
Encapsulates the result from a call to DesktopSystem.launchExternalProcess().
|
| Notification |
A Notification represents a window on App Desktop which is shown briefly
to the user on the bottom-right corner of the primary monitor.
|
| NotificationOptions |
Helper object that provides getters/setters for the
various options needed for creating a Notification.
|
| OpenFinRuntime |
An object representing the core of the OpenFin Runtime.
|
| RuntimeConfiguration |
Configuration for launching OpenFin Runtime
Created by wche on 3/26/2016.
|
| RuntimeLauncher |
Launch Runtime from embedded RVM
|
| System | Deprecated
replaced by
OpenFinRuntime |
| TerminateExternalProcessResult |
Encapsulates the result from a call to DesktopSystem.terminateExternalProcess().
|
| WebStartInstaller |
A Description.
|
| Window |
An object representing a window that can be controlled by the AppDesktop API.
|
| WindowBounds |
Window bounds.
|
| WindowGroupChangeEvent |
Helper class for Populating values from the ACK of a window 'group-changed' payload
|
| WindowOptions |
A class representing the options for a Window.
|
| Exception | Description |
|---|---|
| DesktopException |
Exception thrown by the API.
|
| DesktopIOException |
Network or File IO Exception from Adapter
|
Copyright © 2019. All rights reserved.