public interface DomainParticipantListener extends PublisherListener, SubscriberListener
DomainParticipant
such that the
application can be notified by the DCPS Service of relevant status changes.
The purpose of the DomainParticipantListener is to be the listener of last
resort that is notified of all status changes not captured by more specific
listeners attached to the DomainEntity
objects. When a relevant
status change occurs, the DCPS Service will first attempt to notify the
listener attached to the concerned DomainEntity if one is installed.
Otherwise, the DCPS Service will notify the Listener attached to the
DomainParticipant.Modifier and Type | Method and Description |
---|---|
void |
onInconsistentTopic(InconsistentTopicEvent<?> status) |
onLivelinessLost, onOfferedDeadlineMissed, onOfferedIncompatibleQos, onPublicationMatched
onDataAvailable, onDataOnReaders, onLivelinessChanged, onRequestedDeadlineMissed, onRequestedIncompatibleQos, onSampleLost, onSampleRejected, onSubscriptionMatched
void onInconsistentTopic(InconsistentTopicEvent<?> status)
Copyright © 2014. All rights reserved.