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

source: tmcsimulator-scriptbuilder/trunk/src/event/editor/RemoveablePanel.java @ 7

Revision 7, 200 bytes checked in by bmcguffin, 9 years ago (diff)

Renamed Interfaces in structures.events package from "*Interface" to "I_*"

RevLine 
1package event.editor;
2
3import java.awt.event.*;
4import scriptbuilder.structures.events.I_ScriptEvent;
5
6public interface RemoveablePanel
7{
8
9   
10
11    void setRemoveListener(ActionListener listener);
12}
Note: See TracBrowser for help on using the repository browser.