/* * Created on Feb 2, 2005 */ package mvc373Hw3B; /** This interface marks a class which has a main method to start the * Tower of Hanoi Game application. */ public interface ITowerStarter { }