edu.uci.ics.jung.visualization.layout.LayoutEventSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jung-visualization Show documentation
Show all versions of jung-visualization Show documentation
Core visualization support for the JUNG project
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