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, terminateaddListener, fireEventDetectorStateChanged, fireEventDetectorTerminated, hasListeners, removeListenerprivate MangoValue oldValue
private MangoValue newValue
public PointChangeDetectorRT(PointEventDetectorVO vo)
protected com.serotonin.web.i18n.LocalizableMessage getMessage()
getMessage in class PointEventDetectorRTprivate java.lang.String formatValue(MangoValue value)
public void pointChanged(PointValueTime oldValue, PointValueTime newValue)
DataPointListenerpointChanged in interface DataPointListenerpointChanged in class PointEventDetectorRTpublic boolean isEventActive()