Class NotificationSourceDesktop
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.notifications.NotificationSourceDesktop
- All Implemented Interfaces:
NotificationSource
public class NotificationSourceDesktop extends JsonBean implements NotificationSource
For notifications that have originated from an application running on the same machine as the provider.
- Author:
- Anthony
-
Field Summary
-
Constructor Summary
Constructors Constructor Description NotificationSourceDesktop(org.json.JSONObject jsonObject)
-
Method Summary
Modifier and Type Method Description Identity
getIdentity()
java.lang.String
getType()
Get notification source type.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
-
NotificationSourceDesktop
public NotificationSourceDesktop(org.json.JSONObject jsonObject)
-
-
Method Details
-
getIdentity
-
getType
public java.lang.String getType()Description copied from interface:NotificationSource
Get notification source type.- Specified by:
getType
in interfaceNotificationSource
- Returns:
- notification source type.
-