Changeset 92 in tmcsimulator-scriptbuilder for trunk/src/event/editor/GenericEvaluationPanel.java
- Timestamp:
- 08/28/2017 04:12:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/event/editor/GenericEvaluationPanel.java
r89 r92 14 14 * @author nathaniellehrer 15 15 */ 16 public class GenericEvaluationPanel extends javax.swing.JPanel implements RemoveablePanel,ScriptEventEditorPanel16 public class GenericEvaluationPanel extends javax.swing.JPanel implements I_ScriptEventEditorPanel 17 17 { 18 18 19 private ActionListener removeListener;20 19 private I_EvaluationEvent event; 21 20 private JTable dialogTable; … … 32 31 } 33 32 34 public void setRemoveListener(ActionListener listener) 35 { 36 removeListener = listener; 37 } 38 33 @Override 39 34 public void getEventObject(I_ScriptEvent sei) 40 35 { … … 75 70 } 76 71 72 @Override 77 73 public void update(Observable o, Object arg) 78 74 {
Note: See TracChangeset
for help on using the changeset viewer.
