Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.channel | |
com.openfin.desktop.snapshot |
Modifier and Type | Method and Description |
---|---|
static Ack |
DesktopUtils.getNack(Object source,
Exception ex) |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Ack> |
DesktopConnection.addEventCallbackAsync(org.json.JSONObject subscriptionObject,
EventListener listener,
Object source) |
CompletionStage<Ack> |
WebContent.addEventListener(String type,
EventListener listener) |
CompletableFuture<Ack> |
Window.closeAsync(Boolean force) |
CompletionStage<Ack> |
DesktopConnection.removeEventCallbackAsync(org.json.JSONObject subscriptionObject,
EventListener listener,
Object source) |
CompletionStage<Ack> |
WebContent.removeEventListener(String type,
EventListener listener) |
CompletableFuture<Ack> |
DesktopConnection.sendActionAsync(String action,
org.json.JSONObject payload,
Object source) |
Modifier and Type | Method and Description |
---|---|
static void |
DesktopUtils.errorAck(AckListener callback,
Ack ack) |
void |
AckListener.onError(Ack ack)
Invoked when the request to AppDesktop has errors
|
void |
AckListener.onSuccess(Ack ack)
Invoked when the request to AppDesktop is successful
|
static void |
DesktopUtils.successAck(AckListener ackListener,
Ack ack)
Call onSuccess of an AckListen
|
Constructor and Description |
---|
WindowGroupChangeEvent(Ack payload,
DesktopConnection desktopConnection)
Constructor
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Ack> |
ChannelBase.dispatchAsync(org.json.JSONObject destinationIdentity,
String action,
Object actionPayload) |
CompletableFuture<Ack> |
ChannelClient.dispatchAsync(String action,
Object actionPayload) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Ack> |
SnapshotSourceClient.applySnapshotAsync(org.json.JSONObject snapshot)
Applies specified snapshot object to the snapshot provider.
|
Copyright © 2022. All rights reserved.