java.lang.Object
org.jpo.datamodel.NodeNavigator
- All Implemented Interfaces:
NodeNavigatorInterface
- Direct Known Subclasses:
GroupNavigator
,ListNavigator
,QueryNavigator
,RandomNavigator
,SingleNodeNavigator
This class implements the NodeNavigatorListener functionality required by the
NodeNavigatorInterface but the other methods need to be implements by the
extending class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addNodeNavigatorListener
(NodeNavigatorListener nodeNavigatorListener) Registers a NodeNavigatorListenervoid
Method that notifies the NodeNavigatorListener of a structural change that they need to respond to.void
removeNodeNavigatorListener
(NodeNavigatorListener nodeNavigatorListener) Removes a NodeNavigatorListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jpo.datamodel.NodeNavigatorInterface
getNode, getNumberOfNodes, getTitle
-
Constructor Details
-
NodeNavigator
public NodeNavigator()
-
-
Method Details