Package weka.gui.graphvisualizer
Class LayoutCompleteEvent
- java.lang.Object
-
- java.util.EventObject
-
- weka.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:
- $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)
-