public class Notifier
extends java.lang.Object
NotificationHandler that some event
has happened, e.g. a number of messages have passed a certain port.MultiNotificationHandlernotifyHandler() on to the responsible notification handler
See NotificationHandler for more details.
| Modifier and Type | Field and Description |
|---|---|
protected MultiNotificationHandler |
owner |
| Constructor and Description |
|---|
Notifier() |
| Modifier and Type | Method and Description |
|---|---|
MultiNotificationHandler |
getOwner() |
boolean |
isRegistered() |
void |
notifyHandler() |
void |
setOwner(MultiNotificationHandler owner) |
protected MultiNotificationHandler owner
public void notifyHandler()
public MultiNotificationHandler getOwner()
public void setOwner(MultiNotificationHandler owner)
public boolean isRegistered()