Smalltalk/X WebserverDocumentation of class 'ActivityNotification': | |
Class: ActivityNotificationInheritance:Object | +--GenericException | +--Notification | +--UserNotification | +--ActivityNotification | +--ProgressNotification
Description:ActivityNotification can be raised from deeply nested methods, which are going to perform some long-time activity. If there is a handler for the ActivityNotification, that one is called, passing the argument. The handler should show this message wherever it likes, and proceed. If there is no handler, ActivityNotification is simply ignored. This is very useful to pass busy messages up to some higher level (typically a view) which likes to display that message in its label or a busy-box. It could also be put into some logfile or printed on the standard output/error. Class protocol:accessingInstance protocol:default actions
|
|
ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:37:48 GMT |