public class NoChangeDetectorRT extends DifferenceDetectorRT
eventActive, lastChange
vo
Constructor and Description |
---|
NoChangeDetectorRT(PointEventDetectorVO vo) |
Modifier and Type | Method and Description |
---|---|
com.serotonin.web.i18n.LocalizableMessage |
getMessage() |
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).
|
getConditionActiveTime, initializeState, isEventActive, pointData, setEventActive
initialize, scheduleJob, scheduleTimeoutImpl, unscheduleJob
getDurationDescription, getDurationMS, isJobScheduled, scheduleJob, scheduleTimeout, terminate, unscheduleJob
createEventContext, getEventDetectorKey, getEventType, joinTermination, pointBackdated, pointInitialized, pointSet, pointTerminated, pointUpdated, raiseEvent, returnToNormal
addListener, fireEventDetectorStateChanged, fireEventDetectorTerminated, hasListeners, removeListener
public NoChangeDetectorRT(PointEventDetectorVO vo)
public void pointChanged(PointValueTime oldValue, PointValueTime newValue)
DataPointListener
pointChanged
in interface DataPointListener
pointChanged
in class PointEventDetectorRT
public com.serotonin.web.i18n.LocalizableMessage getMessage()
getMessage
in class PointEventDetectorRT