public final class NotificationEvent
extends java.lang.Object
| Constructor and Description |
|---|
NotificationEvent(Notification notification)
Constructs new
NotificationEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
getNotification() |
public NotificationEvent(Notification notification)
NotificationEvent instance.
notification -
Notification object to be assigned to this event.
-分配给该事件的对象。
public Notification getNotification()
Notification object assigned to this event.
分配给此事件的对象。