Changeset 404
- Timestamp:
- 02/14/03 07:12:50 (6 years ago)
- Location:
- trunk
- Files:
-
- 7 modified
-
library/observer.lgt (modified) (2 diffs)
-
library/subject.lgt (modified) (1 diff)
-
wenv/jedit/templates/category.vm (modified) (1 diff)
-
wenv/jedit/templates/class.vm (modified) (1 diff)
-
wenv/jedit/templates/instance.vm (modified) (1 diff)
-
wenv/jedit/templates/prototcol.vm (modified) (1 diff)
-
wenv/jedit/templates/prototype.vm (modified) (1 diff)
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(_). -
trunk/library/subject.lgt
r403 r404 6 6 author is 'Paulo Moura', 7 7 date is 03/02/09, 8 comment is 'Smalltalk dependent handling predicates.' ).8 comment is 'Smalltalk dependent handling predicates.']). 9 9 10 10 :- public(changed/0). -
trunk/wenv/jedit/templates/category.vm
r380 r404 18 18 author is '$authorname', 19 19 date is $date, 20 comment is '$comment' ).20 comment is '$comment']). 21 21 22 22 -
trunk/wenv/jedit/templates/class.vm
r380 r404 24 24 author is '$authorname', 25 25 date is $date, 26 comment is '$comment' ).26 comment is '$comment']). 27 27 28 28 -
trunk/wenv/jedit/templates/instance.vm
r380 r404 14 14 author is '$authorname', 15 15 date is $date, 16 comment is '$comment' ).16 comment is '$comment']). 17 17 18 18 -
trunk/wenv/jedit/templates/prototcol.vm
r380 r404 18 18 author is '$authorname', 19 19 date is $date, 20 comment is '$comment' ).20 comment is '$comment']). 21 21 22 22 -
trunk/wenv/jedit/templates/prototype.vm
r374 r404 16 16 author is '$authorname', 17 17 date is $date, 18 comment is '$comment' ).18 comment is '$comment']). 19 19 20 20
