weka.gui.graphvisualizer
Class LayoutCompleteEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byweka.gui.graphvisualizer.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:
1.0 - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
Author:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LayoutCompleteEvent(java.lang.Object source)
           
 
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

LayoutCompleteEvent

public LayoutCompleteEvent(java.lang.Object source)