Uses of Class
org.epics.pvmanager.Notification

Packages that use Notification
org.epics.pvmanager This package contains all the basic compononents of the PVManager framework and the basic support for the language to define the creation. 
 

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.
 



Copyright © 2011. All Rights Reserved.