Class TreeChangeEvent


  • public final class TreeChangeEvent
    extends java.lang.Object
    Represents a change to a tree. As at 2008-5-22, this class just encapsulates the tree but in future it may contain more details on the type of change made to the tree.
    Version:
    $Id: TreeChangeEvent.java 913 2008-05-22 04:53:39Z matt_kearse $
    Author:
    Matt Kearse
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Tree getTree()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TreeChangeEvent

        public TreeChangeEvent​(Tree tree)
    • Method Detail

      • getTree

        public Tree getTree()