package code3;
public interface Event1Listener {
    public abstract void addEvent1Listener(Object object);
}
