Uses of Interface
org.omg.dds.sub.SubscriberListener

Packages that use SubscriberListener
org.omg.dds.domain The Domain Module contains the DomainParticipant class that acts as an entry-point of the Service and acts as a factory for many of the classes. 
org.omg.dds.sub The Subscription Module contains the Subscriber, DataReader, ReadCondition, and QueryCondition interfaces, as well as the SubscriberListener and DataReaderListener interfaces, and more generally, all that is needed on the subscription side. 
 

Uses of SubscriberListener in org.omg.dds.domain
 

Subinterfaces of SubscriberListener in org.omg.dds.domain
 interface DomainParticipantListener
          This is the interface that can be implemented by an application-provided class and then registered with the DomainParticipant such that the application can be notified by the DCPS Service of relevant status changes.
 

Classes in org.omg.dds.domain that implement SubscriberListener
 class DomainParticipantAdapter
           
 

Methods in org.omg.dds.domain with parameters of type SubscriberListener
 Subscriber DomainParticipant.createSubscriber(java.lang.String qosLibraryName, java.lang.String qosProfileName, SubscriberListener listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new subscriber.
 Subscriber DomainParticipant.createSubscriber(SubscriberQos qos, SubscriberListener listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new subscriber.
 

Uses of SubscriberListener in org.omg.dds.sub
 

Classes in org.omg.dds.sub that implement SubscriberListener
 class SubscriberAdapter
           
 



Copyright © 2010 Real-Time Innovations, Inc. (RTI)
Copyright © 2010 PrismTech, Ltd.
Copyright © 2010 Object Management Group, Inc. (OMG)
All Rights Reserved.