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

Revision 1, 207 bytes checked in by bmcguffin, 9 years ago (diff)

2017/07/18: Uploaded entire prototype to SVN repo.

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