nsIMemoryMultiReporterCallback 编辑
xpcom/base/nsIMemoryReporter.idl
Scriptable Implement this interface to handle callbacks from nsIMemoryMultiReporter instances. 1.0 66 Introduced Gecko 7.0 Inherits from: nsISupports
Last changed in Gecko 7.0 (Firefox 7.0 / Thunderbird 7.0 / SeaMonkey 2.4)Method overview
void callback(in ACString process, in AUTF8String path, in PRInt32 kind, in PRInt32 units, in PRInt64 amount, in AUTF8String description, in nsISupports closure); |
Methods
callback()
Called to provide information from a multi-reporter. Implement this method to handle the report information.
void callback( in ACString process, in AUTF8String path, in PRInt32 kind, in PRInt32 units, in PRInt64 amount, in AUTF8String description, in nsISupports closure );
Parameters
process
- The value of the
process
attribute for the memory reporter. path
- The value of the
path
attribute. kind
- The value of the
kind
attribute. units
- The value of the
units
attribute. amount
- The value of the
amount
attribute. description
- The value of the
description
attribute. closure
- An
nsISupports
object providing any additional data the callback might need; you provide this when you callnsIMemoryMultiReporter.collectReports()
. It will benull
if no additional data was provided.
See also
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论