public class ScheduleNotification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleNotification.Reason
The Enumeration Reason that describes possible reasons for the Notification.
|
| Constructor and Description |
|---|
ScheduleNotification(ScheduleNotification.Reason reason,
java.lang.Object notificationObject)
Instantiates a new option model notification.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getNotificationObject()
Gets the notification object.
|
ScheduleNotification.Reason |
getReason()
Gets the reason for the notification.
|
public ScheduleNotification(ScheduleNotification.Reason reason, java.lang.Object notificationObject)
reason - the reasonnotificationObject - the notification objectpublic ScheduleNotification.Reason getReason()
public java.lang.Object getNotificationObject()