public interface Monitor<T>
extends java.lang.AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static int |
ALARM_MASK |
static int |
LOG_MASK |
static int |
PROPERTY_MASK |
static int |
VALUE_MASK |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static int |
getMask(boolean valueChangeEvent,
boolean logEvent,
boolean alarmEvent,
boolean propertyChangeEvent) |
static final int VALUE_MASK
static final int LOG_MASK
static final int ALARM_MASK
static final int PROPERTY_MASK