/* Copyright (c) 2006, 2010, Carl Burch. License information is located in the
* com.cburch.logisim.Main source code and at www.cburch.com/logisim/. */
package com.cburch.draw.canvas;
import java.util.EventListener;
publicinterface SelectionListener extends EventListener {
publicvoid selectionChanged(SelectionEvent e);
}