RTI Connext Java API
Version 5.3.1
|
A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) More...
Additional Inherited Members | |
Public Member Functions inherited from DataReaderListener | |
void | on_requested_deadline_missed (DataReader reader, RequestedDeadlineMissedStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_DEADLINE_MISSED_STATUS communication status. | |
void | on_requested_incompatible_qos (DataReader reader, RequestedIncompatibleQosStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.REQUESTED_INCOMPATIBLE_QOS_STATUS communication status. | |
void | on_sample_rejected (DataReader reader, SampleRejectedStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_REJECTED_STATUS communication status. | |
void | on_liveliness_changed (DataReader reader, LivelinessChangedStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.LIVELINESS_CHANGED_STATUS communication status. | |
void | on_data_available (DataReader reader) |
Handle the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_AVAILABLE_STATUS communication status. | |
void | on_sample_lost (DataReader reader, SampleLostStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SAMPLE_LOST_STATUS_STATUS communication status. | |
void | on_subscription_matched (DataReader reader, SubscriptionMatchedStatus status) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.SUBSCRIPTION_MATCHED_STATUS communication status. | |
Public Member Functions inherited from SubscriberListener | |
void | on_data_on_readers (Subscriber subs) |
Handles the com.rti.dds.infrastructure.StatusKind.StatusKind.DATA_ON_READERS_STATUS communication status. | |
A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods)
Clients who do not wish to implement all listener methods can subclass this class and override only the methods of interest.