source: tmcsimulator-scriptbuilder/branches/ScriptBuilder4/src/event/editor/RemoveablePanel.java @ 6

Revision 6, 139 bytes checked in by jdalbey, 9 years ago (diff)

Add original prototype to branch

Line 
1package event.editor;
2
3import java.awt.event.*;
4
5public interface RemoveablePanel {
6    void setRemoveListener(ActionListener listener);
7}
Note: See TracBrowser for help on using the repository browser.