| Package | Description |
|---|---|
| com.openfin.desktop |
| Modifier and Type | Method and Description |
|---|---|
static void |
DesktopUtils.errorAck(AckListener callback,
Ack ack) |
void |
NotificationListener.onClick(Ack ack)
Invoked when the notification is clicked.
|
void |
NotificationListener.onClose(Ack ack)
Invoked when the notification is closed.
|
void |
NotificationListener.onDismiss(Ack ack)
Invoked when the notification is dismissed.
|
void |
NotificationListener.onError(Ack ack)
Invoked when the notification has errors.
|
void |
AckListener.onError(Ack ack)
Invoked when the request to AppDesktop has errors
|
void |
NotificationListener.onMessage(Ack ack)
Invoked when the notification sends a message.
|
void |
NotificationListener.onShow(Ack ack)
Invoked when the notification is being shown
|
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
|
Copyright © 2019. All rights reserved.