![]() |
OpenSplice Java 5 DCPS
v6.x
OpenSplice Java 5 OpenSplice Data Distribution Service Data-Centric Publish-Subscribe API
|


Public Member Functions | |
| TopicListenerImpl (OsplServiceEnvironment environment, AbstractTopic< TYPE > topic, TopicListener< TYPE > listener) | |
| TopicListenerImpl (OsplServiceEnvironment environment, AbstractTopic< TYPE > topic, TopicListener< TYPE > listener, boolean waitUntilInitialised) | |
| ServiceEnvironment | getEnvironment () |
| T | getRealListener () |
| void | on_all_data_disposed (DDS.Topic arg0) |
| void | on_inconsistent_topic (DDS.Topic arg0, InconsistentTopicStatus arg1) |
| void | setInitialised () |
| void | waitUntilInitialised () |
Protected Attributes | |
| OsplServiceEnvironment | environment |
| T | listener |
Definition at line 35 of file TopicListenerImpl.java.
| org.opensplice.dds.topic.TopicListenerImpl< TYPE >.TopicListenerImpl | ( | OsplServiceEnvironment | environment, |
| AbstractTopic< TYPE > | topic, | ||
| TopicListener< TYPE > | listener | ||
| ) |
Definition at line 42 of file TopicListenerImpl.java.
| org.opensplice.dds.topic.TopicListenerImpl< TYPE >.TopicListenerImpl | ( | OsplServiceEnvironment | environment, |
| AbstractTopic< TYPE > | topic, | ||
| TopicListener< TYPE > | listener, | ||
| boolean | waitUntilInitialised | ||
| ) |
Definition at line 47 of file TopicListenerImpl.java.
|
inherited |
Definition at line 48 of file Listener.java.
|
inherited |
Definition at line 52 of file Listener.java.
| void org.opensplice.dds.topic.TopicListenerImpl< TYPE >.on_all_data_disposed | ( | DDS.Topic | arg0 | ) |
Definition at line 71 of file TopicListenerImpl.java.
| void org.opensplice.dds.topic.TopicListenerImpl< TYPE >.on_inconsistent_topic | ( | DDS.Topic | arg0, |
| InconsistentTopicStatus | arg1 | ||
| ) |
Definition at line 61 of file TopicListenerImpl.java.
|
inherited |
Definition at line 56 of file Listener.java.
|
inherited |
Definition at line 60 of file Listener.java.
|
protectedinherited |
Definition at line 33 of file Listener.java.
|
protectedinherited |
Definition at line 34 of file Listener.java.