All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.uci.ics.jung.visualization.layout.LayoutEventSupport Maven / Gradle / Ivy

The newest version!
package edu.uci.ics.jung.visualization.layout;

public interface LayoutEventSupport {
	
	void addLayoutChangeListener(LayoutChangeListener listener);
	
	void removeLayoutChangeListener(LayoutChangeListener listener);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy