Changeset 130 in tmcsimulator-scriptbuilder for trunk/src/event/editor/CCTVPanel.java


Ignore:
Timestamp:
10/23/2017 08:58:34 AM (9 years ago)
Author:
bmcguffin
Message:

Changed implementation of save function for event editor panels. Instead of updating their model objects whenever the enter key is pressed, panels are now notified when the window is closed and update their information then.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/CCTVPanel.java

    r92 r130  
    7575        event = null; 
    7676        return true; 
     77    } 
     78 
     79    @Override 
     80    public void uponClose() 
     81    { 
     82        //No change is yet necessary. This panel is not yet implemented. 
    7783    } 
    7884 
Note: See TracChangeset for help on using the changeset viewer.