Warning: Can't use blame annotator:
svn blame failed on branches/ScriptBuilder4/src/event/editor/RemoveablePanel.java: ("Can't find a temporary directory: Internal error", 20014)

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

RevLine 
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.