TYPE
- The data type of the source DataReader
.public abstract class LivelinessChangedEvent<TYPE> extends StatusChangedEvent<DataReader<TYPE>>
DataWriter
s 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, setSource
toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnvironment
protected LivelinessChangedEvent(DataReader<TYPE> source)
public abstract LivelinessChangedStatus getStatus()
public abstract LivelinessChangedEvent<TYPE> clone()
clone
in class StatusChangedEvent<DataReader<TYPE>>
Copyright © 2014. All rights reserved.