When NotificationPaneView generates PropertyChangedEvents with a name of NotificationViewPropertyNames.NOTIFICATION_STATE_PROPERTY_NAME, the old and new values passed in the event will be NotificationState objects representing what has changed in what notification.
Public Types | |
enum | NotificationStateProperty |
The property that we are concerned with. More... | |
Public Member Functions | |
NotificationState (Notification notification, NotificationStateProperty property, Object value) | |
Constructs a NotificationState for the given notification, noting that property has a value of value . | |
Notification | getNotification () |
Gets the Notification for this NotificationState. | |
NotificationStateProperty | getProperty () |
Gets the property for this NotificationState. | |
Object | getValue () |
The value for this NotificationState. | |
Properties | |
Object | value |
The value of that property. | |
Private Attributes | |
Notification | notification |
The notifications to which this state pertains. |
The property that we are concerned with.
edu.cmu.hcii.calo.view.notification.support.NotificationState.NotificationState | ( | Notification | notification, | |
NotificationStateProperty | property, | |||
Object | value | |||
) |
Constructs a NotificationState for the given notification, noting that property
has a value of value
.
notification | the notification to which this state pertains | |
property | the property that we are concerned with | |
value | the value of that property |
Notification edu.cmu.hcii.calo.view.notification.support.NotificationState.getNotification | ( | ) |
NotificationStateProperty edu.cmu.hcii.calo.view.notification.support.NotificationState.getProperty | ( | ) |
Object edu.cmu.hcii.calo.view.notification.support.NotificationState.getValue | ( | ) |
The notifications to which this state pertains.
Object edu.cmu.hcii.calo.view.notification.support.NotificationState.value [private] |
The value of that property.