// (c)1998, Carl Burch. This may not be redistributed
import DLX;

interface DLXListener {
	public void machineChanged(DLX machine, int elt_type, int elt_first, int num);
}
