org.olat.course.run.navigation
Class NodeRunConstructionResult

java.lang.Object
  extended by org.olat.course.run.navigation.NodeRunConstructionResult

public class NodeRunConstructionResult
extends java.lang.Object

Description:
TODO: Felix Jost Class Description for NodeConstructionResult Initial Date: 19.01.2005

Author:
Felix Jost

Constructor Summary
NodeRunConstructionResult(Controller runController)
           
NodeRunConstructionResult(Controller runController, TreeModel subTreeModel, java.lang.String selectedTreeNodeId, ControllerEventListener subTreeListener)
           
 
Method Summary
 Controller getRunController()
           
 java.lang.String getSelectedTreeNodeId()
           
 ControllerEventListener getSubTreeListener()
           
 TreeModel getSubTreeModel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeRunConstructionResult

public NodeRunConstructionResult(Controller runController,
                                 TreeModel subTreeModel,
                                 java.lang.String selectedTreeNodeId,
                                 ControllerEventListener subTreeListener)
Parameters:
runController -
subTreeModel -
selectedTreeNodeId -
subTreeListener -

NodeRunConstructionResult

public NodeRunConstructionResult(Controller runController)
Parameters:
runController -
Method Detail

getRunController

public Controller getRunController()
Returns:
the runcontroller

getSubTreeListener

public ControllerEventListener getSubTreeListener()
Returns:
the ControllerEventListener for clicks in the nodes of the subtreemodel

getSubTreeModel

public TreeModel getSubTreeModel()
Returns:
the subtreemodel

getSelectedTreeNodeId

public java.lang.String getSelectedTreeNodeId()
Returns:
Returns the selectedTreeNodeId.