Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Signals
Last updated at 6:44 am UTC on 6 June 2019
A simple callback is a function call that is performed when another action took place.

Normally, callback can be registered to an object and will be processed by that object whenever the time is right. There are several ways to implement such callbacks. Some are more general, others only apply to a subset of possible actions in the system. The Signals implementation tries to be usable in all cases but adds one or another constraint to keep code that uses signals readable.

https://www.hpi.uni-potsdam.de/hirschfeld/trac/SqueakCommunityProjects/wiki/signals