Constructor and Description |
---|
ReadEvent(org.epics.util.time.Timestamp timestamp,
String pvName,
PVReaderEvent<?> event,
boolean coonected,
Object value,
Exception lastException) |
Modifier and Type | Method and Description |
---|---|
PVReaderEvent<?> |
getEvent() |
Exception |
getLastException() |
String |
getPvName() |
org.epics.util.time.Timestamp |
getTimestamp() |
Object |
getValue() |
boolean |
isConnected() |
public ReadEvent(org.epics.util.time.Timestamp timestamp, String pvName, PVReaderEvent<?> event, boolean coonected, Object value, Exception lastException)
public org.epics.util.time.Timestamp getTimestamp()
getTimestamp
in interface Event
public PVReaderEvent<?> getEvent()
public boolean isConnected()
public Object getValue()
public Exception getLastException()
Copyright © 2010–2015. All rights reserved.