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
-
-
Constructor Summary
Constructors Constructor Description NotificationSourceDesktop(org.json.JSONObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
getIdentity
public Identity getIdentity()
-
getType
public java.lang.String getType()
Description copied from interface:NotificationSourceGet notification source type.- Specified by:
getTypein interfaceNotificationSource- Returns:
- notification source type.
-
-