Class NotificationClosedEvent
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.notifications.events.NotificationEvent
-
- com.openfin.desktop.notifications.events.NotificationClosedEvent
-
public class NotificationClosedEvent extends NotificationEvent
Event fired whenever the notification has been closed. This event is fired regardless of how the notification was closed - i.e.: via a call to clear/clearAll, the notification expiring, or by a user clicking either the notification itself, the notification's close button, or a button on the notification.- Author:
- Anthony
-
-
Constructor Summary
Constructors Constructor Description NotificationClosedEvent(org.json.JSONObject eventPayload)
-
Method Summary
-
Methods inherited from class com.openfin.desktop.notifications.events.NotificationEvent
getNotificationOptions, getType
-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-