Class NotificationEvent
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.events.NotificationEvent
- Direct Known Subclasses:
NotificationActionEvent
,NotificationClosedEvent
,NotificationCreatedEvent
public class NotificationEvent extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotificationEvent(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description NotificationOptions
getNotificationOptions()
java.lang.String
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
-
NotificationEvent
public NotificationEvent(org.json.JSONObject json)
-
-
Method Details
-
getType
public java.lang.String getType() -
getNotificationOptions
-