public abstract class NotificationEvent
extends java.lang.Object
NotificationEventID.| Modifier and Type | Field and Description |
|---|---|
private NotificationEventID |
eventID
the unique id identifying the kind of this event
|
| Constructor and Description |
|---|
NotificationEvent(NotificationEventID eventID)
creates an instance of this event
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEventID |
getEventID() |
private final NotificationEventID eventID
public NotificationEvent(NotificationEventID eventID)
eventID - the int identifying the kind of this eventNotificationEventIDpublic NotificationEventID getEventID()
NotificationEventID