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 IdentitygetIdentity()java.lang.StringgetType()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:NotificationSourceGet notification source type.- Specified by:
getTypein interfaceNotificationSource- Returns:
- notification source type.
-