|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PVListener
A listener for PV updates.
Method Summary | |
---|---|
void |
pvDisconnected(PV pv)
Notification of a PV disconnect. |
void |
pvValueUpdate(PV pv)
Notification of a new value. |
Method Detail |
---|
void pvValueUpdate(PV pv)
This event may be the immediate result of a control system library callback, i.e. it may arrive in a non-UI thread.
pv
- The PV which has a new valuevoid pvDisconnected(PV pv)
This event may be the immediate result of a control system library callback, i.e. it may arrive in a non-UI thread.
pv
- The disconnected PV
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |