protocol

event_handlersp

Event handlers protocol.

author:
Paulo Moura
version:
1.1
date:
2003/2/12
compilation:
static

(no dependencies on other files)

Public interface

before/3

Before event handler.

compilation:
static
template:
before(Object, Message, Sender)
mode – number of solutions:
before(@object, @nonvar, @object) – zero_or_one

after/3

After event handler.

compilation:
static
template:
after(Object, Message, Sender)
mode – number of solutions:
after(@object, @nonvar, @object) – zero_or_one

Protected interface

(none)

Private predicates

(none)

Remarks

(none)