package event.editor;

import java.awt.event.*;

public interface RemoveablePanel {
    void setRemoveListener(ActionListener listener);
}
