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

List of all members.

Public Member Functions

Node newNode (NodeConfiguration configuration)
Node newNode (NodeConfiguration configuration, Collection< NodeListener > listeners)

Detailed Description

Builds new Nodes.

Author:
damonkohler@google.com (Damon Kohler)

Definition at line 27 of file NodeFactory.java.


Member Function Documentation

Build a new Node with the given NodeConfiguration.

Parameters:
configurationthe NodeConfiguration for the new Node
Returns:
a new Node

Implemented in org.ros.node.DefaultNodeFactory.

Node org.ros.node.NodeFactory.newNode ( NodeConfiguration  configuration,
Collection< NodeListener listeners 
)

Build a new Node with the given NodeConfiguration and NodeListeners.

Parameters:
configurationthe NodeConfiguration for the new Node
listenersa collection of NodeListener instances which will be registered with the node (can be
 null 
)
Returns:
a new Node

Implemented in org.ros.node.DefaultNodeFactory.


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


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