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

interface TextAreaActionListener {
	public void actionHeard(Component what, int line, int col);
}
