Class TopicListResultFactory

java.lang.Object
org.ros.internal.node.response.TopicListResultFactory
All Implemented Interfaces:
ResultFactory<List<TopicDeclaration>>

public class TopicListResultFactory extends Object implements ResultFactory<List<TopicDeclaration>>
A ResultFactory to take an object and turn it into a list of TopicDeclaration instances.
Author:
damonkohler@google.com (Damon Kohler)