T - type of notification entitypublic class Notification<T> extends Object
| Constructor and Description |
|---|
Notification(NotificationType type,
T item)
Constructor
|
public Notification(NotificationType type, T item)
type - type of notificationitem - notification entitypublic NotificationType getType()
public T getItem()
Copyright © 2014 Foyt. All Rights Reserved.