TYPE
- The concrete type of the data written by the DataWriter.public interface DataWriterListener<TYPE> extends EventListener
DataWriter
is a kind of Entity
, it has the ability
to have a listener associated with it. In this case, the associated
listener must be of concrete type DataWriterListener.Modifier and Type | Method and Description |
---|---|
void |
onLivelinessLost(LivelinessLostEvent<TYPE> status) |
void |
onOfferedDeadlineMissed(OfferedDeadlineMissedEvent<TYPE> status) |
void |
onOfferedIncompatibleQos(OfferedIncompatibleQosEvent<TYPE> status) |
void |
onPublicationMatched(PublicationMatchedEvent<TYPE> status) |
void onOfferedDeadlineMissed(OfferedDeadlineMissedEvent<TYPE> status)
void onOfferedIncompatibleQos(OfferedIncompatibleQosEvent<TYPE> status)
void onLivelinessLost(LivelinessLostEvent<TYPE> status)
void onPublicationMatched(PublicationMatchedEvent<TYPE> status)
Copyright © 2014. All rights reserved.