- Timestamp:
- 08/16/12 13:29:52 (13 years ago)
- Location:
- gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudio.java
r390 r394 121 121 private ServiceLog log = ServiceLog.getInstance(GSSimStudio.class); 122 122 123 @BlazeDsMethod() 124 public Object modelUpdate(Object model) { 125 // TODO check if the new model does not contain 'unproper' values 126 return model; 127 } 128 123 129 private GSSimStudioModel getModel() { 124 130 GSSimStudioModel model = (GSSimStudioModel) VineFlexUtilClass.getUIModel(); -
gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/java/gssim/gssimstudio/flex/app/editor/GSSimStudioConfig.java
r392 r394 62 62 private ServiceLog log = ServiceLog.getInstance(GSSimStudioConfig.class); 63 63 64 @BlazeDsMethod() 65 public Object modelUpdate(Object model) { 66 // TODO check if the new model does not contain 'unproper' values 67 return model; 68 } 69 64 70 @BlazeDsMethod() 65 71 public GSSimStudioConfigModel getApplicationPropertyTypesFromDb() {
Note: See TracChangeset
for help on using the changeset viewer.