|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CAEventListener
This interface will be used to inform a listener of an event on a PV. When a event occurs, this method will be called which will result in the raw and the engineering unit associated with the PV being returned to the interested party.
Field Summary | |
---|---|
static java.util.Hashtable<java.lang.String,OCSEPICSConsts.UnitType> |
UnitOfInterest
A hash which contains for each of the PVs which this object may be interested in, whether it is interested in the logical or the engineering units |
Method Summary | |
---|---|
void |
channelAccessEvent(java.lang.String PVName,
ing.status.StatusItemValue StatusItem)
This operation will be called when there is an event on the monitored underlying PV and will pass a standard status item. |
void |
observerUnableToListen(java.lang.String PVName,
java.lang.String reason)
This is called when the observer is unable to listen to events for the reported reason |
Field Detail |
---|
static final java.util.Hashtable<java.lang.String,OCSEPICSConsts.UnitType> UnitOfInterest
Method Detail |
---|
void observerUnableToListen(java.lang.String PVName, java.lang.String reason)
PVName
- Name of the PV which is effected.reason
- This is the reason that the observer cannot observe events any
longervoid channelAccessEvent(java.lang.String PVName, ing.status.StatusItemValue StatusItem)
PVName
- This is the name of the PV which was responsible for the eventStatusItem
- This contains the details of the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |