public class PointChangeDetectorRT extends PointEventDetectorRT
Modifier and Type | Field and Description |
---|---|
private MangoValue |
newValue |
private MangoValue |
oldValue |
vo
Constructor and Description |
---|
PointChangeDetectorRT(PointEventDetectorVO vo) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
formatValue(MangoValue value) |
protected com.serotonin.web.i18n.LocalizableMessage |
getMessage() |
boolean |
isEventActive() |
void |
pointChanged(PointValueTime oldValue,
PointValueTime newValue)
This method is called every time the point gets a value that is different from its previous value (except for its
initialization).
|
createEventContext, getEventDetectorKey, getEventType, initialize, joinTermination, pointBackdated, pointInitialized, pointSet, pointTerminated, pointUpdated, raiseEvent, returnToNormal, terminate
addListener, fireEventDetectorStateChanged, fireEventDetectorTerminated, hasListeners, removeListener
private MangoValue oldValue
private MangoValue newValue
public PointChangeDetectorRT(PointEventDetectorVO vo)
protected com.serotonin.web.i18n.LocalizableMessage getMessage()
getMessage
in class PointEventDetectorRT
private java.lang.String formatValue(MangoValue value)
public void pointChanged(PointValueTime oldValue, PointValueTime newValue)
DataPointListener
pointChanged
in interface DataPointListener
pointChanged
in class PointEventDetectorRT
public boolean isEventActive()