callback-procs.tcl

XOTcl request monitor - Callback procs Procs to support a simple callback mechanism that allows other applications to register callbacks triggered when objects, like groups, in the subsite application are created.

Location:
packages/xotcl-request-monitor/tcl/callback-procs.tcl
Created:
2020-11-20
Author:
Gustaf Neumann

Procedures in this file

Detailed information

callback::subsite::parameter_changed::impl::xotcl-request-monitor (private)

 callback::subsite::parameter_changed::impl::xotcl-request-monitor \
    -package_id package_id -parameter parameter -value value

Implementation of subsite::parameter_changed for xotcl-request-monitor

Switches:
-package_id
(required)
the package_id of the package the parameter was changed for
-parameter
(required)
the parameter name
-value
(required)
the new value
Author:
Nima Mazloumi <nima.mazloumi@gmx.de>
Created:
2005-08-17
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 apm_package_id_from_key apm_package_id_from_key (public) callback::subsite::parameter_changed::impl::xotcl-request-monitor callback::subsite::parameter_changed::impl::xotcl-request-monitor callback::subsite::parameter_changed::impl::xotcl-request-monitor->apm_package_id_from_key

Testcases:
No testcase defined.

request_monitor::upgrade_callback (private)

 request_monitor::upgrade_callback -from_version_name from_version_name \
    -to_version_name to_version_name

Callback for upgrading

Switches:
-from_version_name
(required)
-to_version_name
(required)
Author:
Gustaf Neumann <neumann@wu-wien.ac.at>

Partial Call Graph (max 5 caller/called nodes):
%3 apm_version_names_compare apm_version_names_compare (public) request_monitor::upgrade_callback request_monitor::upgrade_callback request_monitor::upgrade_callback->apm_version_names_compare

Testcases:
No testcase defined.
[ show source ]