Public Member Functions
org.ros.internal.node.topic.TopicParticipantManagerListener Interface Reference
Inheritance diagram for org.ros.internal.node.topic.TopicParticipantManagerListener:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void onPublisherAdded (DefaultPublisher<?> publisher)
void onPublisherRemoved (DefaultPublisher<?> publisher)
void onSubscriberAdded (DefaultSubscriber<?> subscriber)
void onSubscriberRemoved (DefaultSubscriber<?> subscriber)

Detailed Description

Listener for TopicParticipantManager events.

Author:
kwc@willowgarage.com (Ken Conley)
damonkohler@google.com (Damon Kohler)

Definition at line 28 of file TopicParticipantManagerListener.java.


Member Function Documentation

Called when a new Publisher is added.

Parameters:
publisherthe Publisher that was added

Called when a new Publisher is removed.

Parameters:
publisherthe Publisher that was removed

Called when a Subscriber is added.

Parameters:
subscriberthe Subscriber that was added

Called when a Subscriber is removed.

Parameters:
subscriberthe Subscriber that was removed

The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:51