Package | Description |
---|---|
org.epics.pvmanager |
|
Modifier and Type | Method and Description |
---|---|
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 © 2010–2015. All rights reserved.