TYPE
- The data type of the source DataWriter
.public abstract class PublicationMatchedEvent<TYPE> extends StatusChangedEvent<DataWriter<TYPE>>
DataWriter
has found a DataReader
that matches the
Topic
and has compatible QoS, or has ceased to be matched with a
DataReader that was previously considered to be matched.source
Modifier | Constructor and Description |
---|---|
protected |
PublicationMatchedEvent(DataWriter<TYPE> source) |
Modifier and Type | Method and Description |
---|---|
abstract PublicationMatchedEvent<TYPE> |
clone() |
abstract PublicationMatchedStatus |
getStatus() |
getSource, setSource
toString
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEnvironment
protected PublicationMatchedEvent(DataWriter<TYPE> source)
public abstract PublicationMatchedStatus getStatus()
public abstract PublicationMatchedEvent<TYPE> clone()
clone
in class StatusChangedEvent<DataWriter<TYPE>>
Copyright © 2014. All rights reserved.