package lt.bit.skaicivimai; import java.awt.event.ActionListener; public interface AtlikVeiksma { public int veiksmas(int a, int b); }