AppModel.st
changeset 437 092e025be49e
parent 435 68081adabd45
child 438 c3d379e83de7
equal deleted inserted replaced
436:b5e56e1f367f 437:092e025be49e
  1217     "some windowManagers send this to shut down an application
  1217     "some windowManagers send this to shut down an application
  1218      and have it save its state for restart.
  1218      and have it save its state for restart.
  1219      Can be redefined in subclasses"
  1219      Can be redefined in subclasses"
  1220 
  1220 
  1221     self closeRequest
  1221     self closeRequest
       
  1222 !
       
  1223 
       
  1224 saveAndTerminateRequestFor:aTopView
       
  1225     "some windowManagers send this to shut down an application
       
  1226      and have it save its state for restart.
       
  1227      Can be redefined in subclasses"
       
  1228 
       
  1229     self saveAndTerminateRequest
  1222 ! !
  1230 ! !
  1223 
  1231 
  1224 !ApplicationModel methodsFor:'window events'!
  1232 !ApplicationModel methodsFor:'window events'!
  1225 
  1233 
  1226 showActivity:someMessage
  1234 showActivity:someMessage
  1245 ! !
  1253 ! !
  1246 
  1254 
  1247 !ApplicationModel class methodsFor:'documentation'!
  1255 !ApplicationModel class methodsFor:'documentation'!
  1248 
  1256 
  1249 version
  1257 version
  1250     ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.41 1997-02-18 10:06:04 ca Exp $'
  1258     ^ '$Header: /cvs/stx/stx/libview2/Attic/AppModel.st,v 1.42 1997-02-18 11:00:46 ca Exp $'
  1251 ! !
  1259 ! !
  1252 ApplicationModel initialize!
  1260 ApplicationModel initialize!