T
- the type of the writerpublic class PVWriterEvent<T> extends Object
An event can be trigger by:
Modifier and Type | Field and Description |
---|---|
static int |
CONNECTION_MASK
Mask for connection event.
|
static int |
EXCEPTION_MASK
Mask for error event.
|
static int |
WRITE_FAILED_MASK
Mask for a failed write result.
|
static int |
WRITE_SUCCEEDED_MASK
Mask for a successful write result.
|
Modifier and Type | Method and Description |
---|---|
int |
getNotificationMask()
The mask for the event.
|
PVWriter<T> |
getPvWriter()
The writer 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 |
isWriteFailed()
Whether this event waas generated in response to a failed write operation.
|
boolean |
isWriteSucceeded()
Whether this event was generated in response to a successful write operation.
|
String |
toString() |
public static int CONNECTION_MASK
public static int EXCEPTION_MASK
public static int WRITE_SUCCEEDED_MASK
public static int WRITE_FAILED_MASK
public PVWriter<T> getPvWriter()
public int getNotificationMask()
public boolean isConnectionChanged()
public boolean isWriteSucceeded()
public boolean isWriteFailed()
public boolean isExceptionChanged()
Copyright © 2010–2015. All rights reserved.