package chapter11.seven; public interface Interface { void doSomething(); void somethingElse(String arg); }