TYPE - The data type of the source DataReader.public abstract class LivelinessChangedEvent<TYPE> extends StatusChangedEvent<DataReader<TYPE>>
DataWriters that were writing
instances read through the DataReader has changed. Some
DataWriter(s) have become "active" or "inactive."source| Modifier | Constructor and Description |
|---|---|
protected |
LivelinessChangedEvent(DataReader<TYPE> source) |
| Modifier and Type | Method and Description |
|---|---|
abstract LivelinessChangedEvent<TYPE> |
clone() |
abstract LivelinessChangedStatus |
getStatus() |
getSource, setSourcetoStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEnvironmentprotected LivelinessChangedEvent(DataReader<TYPE> source)
public abstract LivelinessChangedStatus getStatus()
public abstract LivelinessChangedEvent<TYPE> clone()
clone in class StatusChangedEvent<DataReader<TYPE>>Copyright © 2014. All rights reserved.