|
Revision 79, 0.9 KB
(checked in by pmoura, 7 years ago)
|
|
This commit was manufactured by cvs2svn to create tag 'lgt293'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================= |
|---|
| 2 | Logtalk - Object oriented extension to Prolog |
|---|
| 3 | Release 2.9.3 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2002 Paulo Moura. All Rights Reserved. |
|---|
| 6 | ================================================================= |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | To load all objects in this library consult the events.loader utility |
|---|
| 10 | file. |
|---|
| 11 | |
|---|
| 12 | The objects event_registry, before_event_registry, and after_event_registry |
|---|
| 13 | implement convenient predicates for registering before and after events. |
|---|
| 14 | |
|---|
| 15 | The protocol event_handlersp declares the two basic event handler predicates |
|---|
| 16 | (before/3 and after/3). You will need to refer this protocol in your objects |
|---|
| 17 | if you need to use the super control structure (^^/1) with these predicates. |
|---|
| 18 | |
|---|
| 19 | The monitor object implements more sophisticated event handling predicates. |
|---|
| 20 | |
|---|
| 21 | Some of the objects assume that the used Prolog compiler defines the |
|---|
| 22 | usual sort/2 built-in predicate. |
|---|