Class NotificationCreatedEvent
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.events.NotificationEvent
com.openfin.desktop.notifications.events.NotificationCreatedEvent
public class NotificationCreatedEvent extends NotificationEvent
Event fired whenever a new notification has been created.
- Author:
- Anthony
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotificationCreatedEvent(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
-
Constructor Details
-
NotificationCreatedEvent
public NotificationCreatedEvent(org.json.JSONObject eventPayload)
-