|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NodeFactory
Builds new Nodes.
| Method Summary | |
|---|---|
Node |
newNode(NodeConfiguration configuration)
Build a new Node with the given NodeConfiguration. |
Node |
newNode(NodeConfiguration configuration,
java.util.Collection<NodeListener> listeners)
Build a new Node with the given NodeConfiguration and
NodeListeners. |
| Method Detail |
|---|
Node newNode(NodeConfiguration configuration)
Node with the given NodeConfiguration.
configuration - the NodeConfiguration for the new Node
Node
Node newNode(NodeConfiguration configuration,
java.util.Collection<NodeListener> listeners)
Node with the given NodeConfiguration and
NodeListeners.
configuration - the NodeConfiguration for the new Nodelisteners - a collection of NodeListener instances which will be
registered with the node (can be null)
Node
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||