/** Used by child objects to update their * parent object */ public interface NotifyParent {public void update(); }