Lines Matching refs:on
4 ## cl.distributeddatamgr.1 Change of the Parameters in data.DistributedObject.on
8 The change has no impact on applications.
12 Changed the parameters of two **on()** methods.
17 on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
18 on(
28 on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
29 on(
45 The change has no impact on applications.
78 ## cl.distributeddatamgr.3 Change of Parameters in data.DataObject.on
82 The change has no impact on applications.
86 Changed the parameters of two **on()** methods.
91 on(type: 'change', callback: Callback<{ sessionId: string, fields: Array<string> }>): void;
92 on(
102 on(type: 'change', callback: (sessionId: string, fields: Array<string>) => void): void;
103 on(
119 The change has no impact on applications.
152 ## cl.distributeddatamgr.5 Change of Parameters in data.preferences.on
156 The change has no impact on applications.
163 on(type: 'multiProcessChange', callback: Callback<{ key : string }>): void
164 on(type: 'change', callback: Callback<{ key : string }>): void
170 on(type: 'multiProcessChange', callback: ( key : string ) => void): void
171 on(type: 'change', callback: ( key : string ) => void): void
184 The change has no impact on applications.