public interface DataReaderListenerOperations extends ListenerOperations
Modifier and Type | Method and Description |
---|---|
void |
on_data_available(DataReader reader) |
void |
on_liveliness_changed(DataReader reader,
LivelinessChangedStatus status) |
void |
on_requested_deadline_missed(DataReader reader,
RequestedDeadlineMissedStatus status) |
void |
on_requested_incompatible_qos(DataReader reader,
RequestedIncompatibleQosStatus status) |
void |
on_sample_lost(DataReader reader,
SampleLostStatus status) |
void |
on_sample_rejected(DataReader reader,
SampleRejectedStatus status) |
void |
on_subscription_match(DataReader reader,
SubscriptionMatchStatus status) |
void on_requested_deadline_missed(DataReader reader, RequestedDeadlineMissedStatus status)
void on_requested_incompatible_qos(DataReader reader, RequestedIncompatibleQosStatus status)
void on_sample_rejected(DataReader reader, SampleRejectedStatus status)
void on_liveliness_changed(DataReader reader, LivelinessChangedStatus status)
void on_data_available(DataReader reader)
void on_subscription_match(DataReader reader, SubscriptionMatchStatus status)
void on_sample_lost(DataReader reader, SampleLostStatus status)
Copyright © 2016 JacORB. All rights reserved.