Class GVTTreeBuilderEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class GVTTreeBuilderEvent
    extends java.util.EventObject
    This class represents an event which indicate an event originated from a GVTTreeBuilder instance.
    Version:
    $Id: GVTTreeBuilderEvent.java 1733416 2016-03-03 07:07:13Z gadams $
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected GraphicsNode gvtRoot
      The GVT root.
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      GVTTreeBuilderEvent​(java.lang.Object source, GraphicsNode root)
      Creates a new GVTTreeBuilderEvent.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GraphicsNode getGVTRoot()
      Returns the GVT tree root, or null if the gvt construction was not completed or just started.
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GVTTreeBuilderEvent

        public GVTTreeBuilderEvent​(java.lang.Object source,
                                   GraphicsNode root)
        Creates a new GVTTreeBuilderEvent.
        Parameters:
        source - the object that originated the event, ie. the GVTTreeBuilder.
        root - the GVT root.
    • Method Detail

      • getGVTRoot

        public GraphicsNode getGVTRoot()
        Returns the GVT tree root, or null if the gvt construction was not completed or just started.