package code3;
public interface Event2Listener {
    public abstract void addEvent2Listener(Object object);
}
