aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/gui/population/GUIConnection.java
blob: 5fc857b88b74afbe634e9461e74dd1b908d0b480 (plain)
1
2
3
4
5
6
7
8
9
package jcgp.gui.population;

import jcgp.gui.population.GUIGene.GUIGeneState;

public interface GUIConnection {

	public void setStateRecursively(GUIGeneState state);
	
}