Uses of Interface
org.omg.dds.topic.TopicListener

Packages that use TopicListener
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.topic The Topic-Definition Module contains the Topic, ContentFilteredTopic, and MultiTopic interfaces, the TopicListener interface, and more generally, all that is needed by the application to define Topic objects and attach QoS policies to them. 
 

Uses of TopicListener in org.omg.dds.domain
 

Methods in org.omg.dds.domain with parameters of type TopicListener
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, java.lang.Class<TYPE> type, java.lang.String qosLibraryName, java.lang.String qosProfileName, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, java.lang.Class<TYPE> type, TopicQos qos, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type, java.lang.String qosLibraryName, java.lang.String qosProfileName, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
<TYPE> Topic<TYPE>
DomainParticipant.createTopic(java.lang.String topicName, TypeSupport<TYPE> type, TopicQos qos, TopicListener<TYPE> listener, java.util.Collection<java.lang.Class<? extends Status<?,?>>> statuses)
          Create a new topic.
 

Uses of TopicListener in org.omg.dds.topic
 

Classes in org.omg.dds.topic that implement TopicListener
 class TopicAdapter<TYPE>
           
 



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