Uses of Class
org.epics.pvmanager.TypeSupport.Notification

Packages that use TypeSupport.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 TypeSupport.Notification in org.epics.pvmanager
 

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



Copyright © 2010. All Rights Reserved.