|
CoreDX DDS for Java from Twin Oaks Computing, Inc. |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface TopicListener
The DDS_TopicListener provides asynchronous notification of DDS_Topic events. This listener can be installed during Topic creation (DDS_DomainParticipant_create_topic() and related) as well as by calling DDS_Topic_set_listener().
| Method Summary | |
|---|---|
long |
get_nil_mask()
Returns a bitmask indicating which listener methods (if any) should be considered NIL, and therefore, should not be invoked. |
void |
on_inconsistent_topic(Topic the_topic,
InconsistentTopicStatus status)
Called when the CoreDX infrastructure detects that another topic exists with different (inconsistent) characteristics. |
| Method Detail |
|---|
void on_inconsistent_topic(Topic the_topic,
InconsistentTopicStatus status)
The status argument provides a snapshot of the status at the time the listener was invoked.
long get_nil_mask()
|
Copyright © 2010 Twin Oaks Computing, Inc, All Rights Reserved |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||