T - The tye of the notification.public class NotifierListenerEvent<T>
extends java.lang.Object
NotifierListener.| Constructor and Description |
|---|
NotifierListenerEvent(NotificationType<T> type,
NotificationListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
NotificationListener<T> |
getListener() |
NotificationType<T> |
getType() |
int |
hashCode() |
public NotifierListenerEvent(NotificationType<T> type, NotificationListener<T> listener)
public NotificationType<T> getType()
public NotificationListener<T> getListener()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object