Changeset 3998 for trunk/library
- Timestamp:
- 12/30/07 09:58:56 (13 months ago)
- Files:
-
- 1 modified
-
trunk/library/events.notes (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/events.notes
r3986 r3998 15 15 implement convenient predicates for registering before and after events. 16 16 17 The protocol event_handlersp declares the two basic event handler predicates 18 (before/3 and after/3). You will need to refer this protocol in your objects 17 The outdated protocol event_handlersp declares the two basic event handler 18 predicates (before/3 and after/3). New code should use instead the built-in 19 protocol "monitoring". You will need to refer this protocol in your objects 19 20 if you want to use the super control structure (^^/1) with these predicates. 20 21
