public abstract class AbstractNotificationSender extends Object implements NotificationSender
It will be fairly common for implementors of NotificationSender to back the invoker reference into an instance variable. This abstract class offers this for free.
| Constructor and Description |
|---|
AbstractNotificationSender() |
| Modifier and Type | Method and Description |
|---|---|
NotificationInvoker |
getInvoker() |
void |
setInvoker(NotificationInvoker invoker)
Sets the notification invoker which will actually perform the notification delivery.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendpublic NotificationInvoker getInvoker()
public void setInvoker(NotificationInvoker invoker)
NotificationSendersetInvoker in interface NotificationSenderinvoker - notification invokerCopyright © 2017. All rights reserved.