org.epics.pvmanager
Interface PVValueChangeListener
public interface PVValueChangeListener
Callback for any change in the PV value. Cannot simply use a PropertyChangedListener
because the payload of the PV will be typically updated in place for complex
data structures, and therefore the data object is the same and would not
trigger a PropertyChangedEvent.
- Author:
- carcassi
Method Summary |
void |
pvValueChanged()
Notified when the value of the PV has changed. |
pvValueChanged
void pvValueChanged()
- Notified when the value of the PV has changed.
Copyright © 2011. All Rights Reserved.