|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeFactory
Builds new Node
s.
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
NodeListener s. |
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
NodeListener
s.
configuration
- the NodeConfiguration
for the new Node
listeners
- 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 |