|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.Notification<T>
T - the type of the new valuepublic class Notification<T>
Used by NotificationSupport to communicate whether a new notification
is needed, and what should be the type to be notified.
| Constructor Summary | |
|---|---|
Notification(boolean notificationNeeded,
T newValue)
Creates a new notification. |
|
| Method Summary | |
|---|---|
T |
getNewValue()
The value to be sent if the notification is needed. |
boolean |
isNotificationNeeded()
True if the reader needs to be notified. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Notification(boolean notificationNeeded,
T newValue)
notificationNeeded - true if a notification is needednewValue - the new value to be sent| Method Detail |
|---|
public boolean isNotificationNeeded()
public T getNewValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||