comparison CodeAnalysis/CustomFunctions.json @ 195:d7a6e75558ee java-code-model

documented orthanc.RegisterOnChangeCallback()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 02 Jul 2024 18:56:28 +0200
parents 66cd20e970d8
children 28531e615104
comparison
equal deleted inserted replaced
194:0c5da632f34d 195:d7a6e75558ee
19 "sdk_type" : "Callable", 19 "sdk_type" : "Callable",
20 "callable_type" : "typing.Callable[[RestOutput, str], None]" 20 "callable_type" : "typing.Callable[[RestOutput, str], None]"
21 } 21 }
22 ], 22 ],
23 "return_sdk_type" : "void" 23 "return_sdk_type" : "void"
24 },
25
26 {
27 "short_name" : "RegisterOnChangeCallback",
28 "implementation" : "RegisterOnChangeCallback",
29 "documentation" : {
30 "description" : [ "Register a callback to monitor changes." ],
31 "args" : {
32 "callback" : "The callback function."
33 }
34 },
35 "args" : [
36 {
37 "sdk_name" : "callback",
38 "sdk_type" : "Callable",
39 "callable_type" : "typing.Callable[[ChangeType, ResourceType, str], None]"
40 }
41 ],
42 "return_sdk_type" : "void"
24 } 43 }
25 ] 44 ]