Update the inspector when necessary through notifications, which will help once the wait check is added to the inspector.

This commit is contained in:
Mitchell Livingston
2006-06-23 18:08:55 +00:00
parent 8676081c36
commit 765db93b40
3 changed files with 19 additions and 18 deletions

View File

@@ -131,9 +131,11 @@
- (void) setRatioGlobalEnabled: (id) sender;
- (void) setQuickRatioGlobal: (id) sender;
- (void) ratioGlobalChange: (NSNotification *) notification;
- (void) ratioSingleChange: (NSNotification *) notification;
- (void) checkWaitingForFinished: (NSNotification *) notification;
- (void) startSettingChange: (NSNotification *) notification;
- (void) reloadInspector: (NSNotification *) notification;
- (void) sleepCallBack: (natural_t) messageType argument:
(void *) messageArgument;