class DataPointRT.EventNotifyWorkItem extends java.lang.Object implements WorkItem
Modifier and Type | Field and Description |
---|---|
private boolean |
backdate |
private DataPointListener |
listener |
private PointValueTime |
newValue |
private PointValueTime |
oldValue |
private boolean |
set |
PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_MEDIUM
Constructor and Description |
---|
EventNotifyWorkItem(DataPointListener listener,
PointValueTime oldValue,
PointValueTime newValue,
boolean set,
boolean backdate) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
int |
getPriority() |
private final DataPointListener listener
private final PointValueTime oldValue
private final PointValueTime newValue
private final boolean set
private final boolean backdate
EventNotifyWorkItem(DataPointListener listener, PointValueTime oldValue, PointValueTime newValue, boolean set, boolean backdate)
public int getPriority()
getPriority
in interface WorkItem