root/tags/lgt2311/library/events.notes

Revision 4000, 1.0 KB (checked in by pmoura, 12 months ago)

Updated copyright string.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.31.1
4
5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved.
6================================================================
7
8
9To load all entities in this library load the events_loader.lgt utility
10file:
11
12    | ?- logtalk_load(events_loader).
13
14The objects event_registry, before_event_registry, and after_event_registry
15implement convenient predicates for registering before and after events.
16
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
20if you want to use the super control structure (^^/1) with these predicates.
21
22The monitor object implements more sophisticated event handling predicates.
23
24Some of the objects assume that the chosen Prolog compiler defines the
25usual sort/2 built-in predicate.
Note: See TracBrowser for help on using the browser.