Changeset 130 in tmcsimulator-scriptbuilder for trunk/src/event/editor/I_ScriptEventEditorPanel.java
- Timestamp:
- 10/23/2017 08:58:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/I_ScriptEventEditorPanel.java
r92 r130 23 23 void getEventObject(I_ScriptEvent sei); 24 24 25 /**25 /** 26 26 * Remove the event associated with this panel. 27 27 * … … 29 29 */ 30 30 boolean removeAssociatedEvent(); 31 32 /** 33 * Action to take when the panel closes. 34 */ 35 void uponClose(); 31 36 }
Note: See TracChangeset
for help on using the changeset viewer.
