public interface CefWebPluginInfoVisitor
限定符和类型 | 方法和说明 |
---|---|
boolean |
visit(CefWebPluginInfo info, int count, int total)
Method that will be called once for each plugin.
(每个插件将被调用一次的方法。)
|
boolean visit(CefWebPluginInfo info, int count, int total)
info
- Information for the current plugin. Instance only valid within the scope of this method.
(-当前插件的信息。实例仅在此方法的范围内有效。)
count
- The 0-based index for the current plugin.
(-当前插件的从0开始的索引。)
total
- The total number of plugins.
(-插件总数。)