Class NodeExpansionEvent<N extends TreeNode>

    • Constructor Detail

      • NodeExpansionEvent

        public NodeExpansionEvent​(N source,
                                  N child)
    • Method Detail

      • getChild

        public N getChild()
      • toString

        public java.lang.String toString()
        Specified by:
        toString in interface ProperlyPrintable
        Overrides:
        toString in class java.lang.Object