|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
Callback interface for component update results. More...
#include "include/cef_component_updater.h"
Public Member Functions | |
| virtual void | OnComplete (const CefString &component_id, cef_component_update_error_t error)=0 |
| Called when the component update operation completes. | |
Public Member Functions inherited from CefBaseRefCounted | |
| virtual void | AddRef () const =0 |
| Called to increment the reference count for the object. | |
| virtual bool | Release () const =0 |
| Called to decrement the reference count for the object. | |
| virtual bool | HasOneRef () const =0 |
| Returns true if the reference count is 1. | |
| virtual bool | HasAtLeastOneRef () const =0 |
| Returns true if the reference count is at least 1. | |
Additional Inherited Members | |
Protected Member Functions inherited from CefBaseRefCounted | |
| virtual | ~CefBaseRefCounted () |
Callback interface for component update results.
|
pure virtual |
Called when the component update operation completes.
|component_id| is the ID of the component that was updated. |error| contains the result of the operation.