Class LayoutCompleteEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class LayoutCompleteEvent
    extends java.util.EventObject
    This is an event which is fired by a LayoutEngine once a LayoutEngine finishes laying out the graph, so that the Visualizer can repaint the screen to show the changes.
    Version:
    $Revision: 1.5 $ - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
    Author:
    Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LayoutCompleteEvent​(java.lang.Object source)  
    • Method Summary

      • Methods inherited from class java.util.EventObject

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

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

      • LayoutCompleteEvent

        public LayoutCompleteEvent​(java.lang.Object source)