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
-
-
Constructor Summary
Constructors Constructor Description NotificationEvent(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationOptionsgetNotificationOptions()java.lang.StringgetType()-
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
-
-
-
-
Method Detail
-
getType
public java.lang.String getType()
-
getNotificationOptions
public NotificationOptions getNotificationOptions()
-
-