/** * */ /** * @author barbaralerner * */ public interface AccountListener { public void balanceChanged (int newBalance); }