/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package andmevahetus; /** * * @author Opetaja */ public interface ArvuKuvaja { public void muudaArv(int uusArv); }