general-comments-callback-procs.tcl

Callback Procs for general comments

Location:
packages/general-comments/tcl/general-comments-callback-procs.tcl

Procedures in this file

Detailed information

callback::general_comments::notify_objects::contract (private)

 callback::general_comments::notify_objects::contract \
    -object_id object_id -comment comment -title title \
    -object_type object_type

This callback is being called once a comment has been added

Switches:
-object_id
(required)
Object ID of the object to which the comment was added
-comment
(required)
Comment that was provided. This is HTML.
-title
(required)
Title given with the comment
-object_type
(required)
Object Type of the object id. This is useful to quickly say in the package implementations whether you want to deal with the comment or not.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
[ show source ]