Class DefaultSubscriber<T>

java.lang.Object
org.ros.internal.node.topic.DefaultTopicParticipant
org.ros.internal.node.topic.DefaultSubscriber<T>
All Implemented Interfaces:
TopicParticipant, Subscriber<T>

public class DefaultSubscriber<T> extends DefaultTopicParticipant implements Subscriber<T>
Default implementation of a Subscriber.
Author:
damonkohler@google.com (Damon Kohler)