package net.starmen.pkhack.eb;

/**
 * @author Mr. Tenda
 *
 * TODO Write javadoc for this interface
 */
public interface SeekListener {
	void returnSeek(int x, int y, int tileX, int tileY);
	String getDescription();
}
