Package org.olat.modules.cp

Examples of org.olat.modules.cp.TreeNodeEvent


        if (needsRebuildAfterRunDone) {
          needsRebuildAfterRunDone = false;
          updateTreeAndContent(ureq, currentCourseNode, null);
        }
      } else if (event instanceof TreeNodeEvent) {
        TreeNodeEvent tne = (TreeNodeEvent) event;
        TreeNode newCpTreeNode = tne.getChosenTreeNode();
        luTree.setSelectedNodeId(newCpTreeNode.getIdent());
      } else if (event == Event.CHANGED_EVENT) {
        updateTreeAndContent(ureq, currentCourseNode, null);
      }
View Full Code Here

TOP

Related Classes of org.olat.modules.cp.TreeNodeEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.