Uses of Class
org.epics.pvmanager.Notification

Packages that use Notification
org.epics.pvmanager

pvManager 

 

Uses of Notification in org.epics.pvmanager
 

Methods in org.epics.pvmanager that return Notification
static
<T> Notification<T>
NotificationSupport.notification(T oldValue, T newValue)
          Returns the final value by using the appropriate type support.
abstract  Notification<T> NotificationSupport.prepareNotification(T oldValue, T newValue)
          Given the old and new value, prepare the final value that will be notified.