Changeset 404 for trunk/library/observer.lgt
- Timestamp:
- 02/14/03 07:12:50 (6 years ago)
- Files:
-
- 1 modified
-
trunk/library/observer.lgt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/observer.lgt
r403 r404 6 6 author is 'Paulo Moura', 7 7 date is 03/02/09, 8 comment is 'Smalltalk dependent protocol.' ).8 comment is 'Smalltalk dependent protocol.']). 9 9 10 10 :- public(update/1). … … 12 12 :- info(update/1, 13 13 [comment is 'Called when an observed object is updated.', 14 argnames is [ Change]]).14 argnames is ['Change']]). 15 15 16 16 update(_).
