CS 4773 Object Oriented Systems
DelayCallBack.java


public interface DelayCallBack {

   public abstract void DelayNotification();

}