/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package andmevahetus2; /** * * @author Opetaja */ public class EkraanilKuvaja implements ArvuKuvaja { @Override public void muudaArv(int uusArv) { System.out.println(uusArv); } }