protocol
Monitor protocol.
Paulo Moura
1.0
2000/7/24
static
(no dependencies on other files)
True if monitor is currently active.
static
monitor_activated – zero_or_one
Activates all spy points and start monitoring.
static
activate_monitor – one
Suspends monitoring, deactivating all spy points.
static
suspend_monitor – one
Resets monitor, deactivating and deleting all spy points.
static
reset_monitor – one
Current spy point.
static
spy_point(Event,Object,Message,Sender)
spy_point(?event,?object,?callable,?object) – zero_or_more
Sets a spy point.
static
set_spy_point(Event,Object,Message,Sender)
set_spy_point(?event,?object,?callable,?object) – one
Deletes all matching spy points.
static
del_spy_points(Event,Object,Message,Sender)
del_spy_points(@event,@object,@callable,@object) – one
(none)
(none)