package evopaint.gui; import evopaint.Selection; /** * Created by IntelliJ IDEA. * User: daniel * Date: 07.03.2010 * Time: 12:51:55 * To change this template use File | Settings | File Templates. */ public interface SelectionObserver { public void addSelection(Selection selection); }