/* 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.logisim.tools;
publicinterface CaretListener {
publicvoid editingCanceled(CaretEvent e);
publicvoid editingStopped(CaretEvent e);
}