/* 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;
import com.cburch.logisim.comp.ComponentDrawContext;
publicinterface CustomHandles {
publicvoid drawHandles(ComponentDrawContext context);
}