weka.gui.graphvisualizer
Interface LayoutCompleteEventListener

All Known Implementing Classes:
GraphVisualizer

public interface LayoutCompleteEventListener

This interface should be implemented by any class which needs to receive LayoutCompleteEvents from the LayoutEngine. Typically this would be implemented by the Visualization class.

Version:
1.0 - 24 Apr 2003 - Initial version (Ashraf M. Kibriya)
Author:
Ashraf M. Kibriya (amk14@cs.waikato.ac.nz)

Method Summary
 void layoutCompleted(LayoutCompleteEvent le)
           
 

Method Detail

layoutCompleted

public void layoutCompleted(LayoutCompleteEvent le)