Revision history for NotificationCenter
Additions:
This code also contains an example of updating the NSUserDefaults standardUserDefaults key value pair WikiServerLastURLUsed which is user data stored
in the application's storage area, so at startup time we can do
getSavedURL
| defaults key possibleURL |
possibleURL := defaults stringForKey: key.
^possibleURL
in the application's storage area, so at startup time we can do
getSavedURL
| defaults key possibleURL |
possibleURL := defaults stringForKey: key.
^possibleURL