T
- the type of the readerpublic class PVReaderEvent<T> extends Object
An event can be trigger by:
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_MASK
Mask for a connection event.
|
static int |
EXCEPTION_MASK
Mask for an error event.
|
static int |
VALUE_MASK
Mask for a value change.
|
Modifier and Type | Method and Description |
---|---|
int |
getNotificationMask()
The mask for the event.
|
PVReader<T> |
getPvReader()
The reader that generated the event.
|
boolean |
isConnectionChanged()
Whether this event was generated by a connection change.
|
boolean |
isExceptionChanged()
Whether this event was generated in response to an error.
|
boolean |
isValueChanged()
Whether this event was generated by a value change.
|
String |
toString() |
public static int CONNECTION_MASK
public static int EXCEPTION_MASK
public static int VALUE_MASK
public PVReader<T> getPvReader()
public int getNotificationMask()
public boolean isConnectionChanged()
public boolean isValueChanged()
public boolean isExceptionChanged()
Copyright © 2010–2015. All rights reserved.