public abstract class AbstractUserNotification extends java.lang.Object implements UserNotification
UserNotification
which implements common functionality.Constructor and Description |
---|
AbstractUserNotification() |
AbstractUserNotification(NotificationConfiguration notificationConfiguration) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
NotificationConfiguration |
getNotificationConfiguration()
Returns the
NotificationConfiguration of this Notification. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
show
public AbstractUserNotification()
public AbstractUserNotification(NotificationConfiguration notificationConfiguration)
public NotificationConfiguration getNotificationConfiguration()
UserNotification
NotificationConfiguration
of this Notification.getNotificationConfiguration
in interface UserNotification
NotificationConfiguration
of this Notification.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object