Changeset 3998 for trunk/library

Show
Ignore:
Timestamp:
12/30/07 09:58:56 (13 months ago)
Author:
pmoura
Message:

Updated documentation of the "events" library entities.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/events.notes

    r3986 r3998  
    1515implement convenient predicates for registering before and after events. 
    1616 
    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 
     17The outdated protocol event_handlersp declares the two basic event handler  
     18predicates (before/3 and after/3). New code should use instead the built-in  
     19protocol "monitoring". You will need to refer this protocol in your objects 
    1920if you want to use the super control structure (^^/1) with these predicates. 
    2021