CS 4773 Object Oriented Systems
MoveCallBack.java


public interface MoveCallBack {

   public abstract void MoveNotification();

}