Generic callback interface used for asynchronous continuation.
More...
#include "include/cef_callback.h"
|
virtual void | Continue ()=0 |
| Continue processing. More...
|
|
virtual void | Cancel ()=0 |
| Cancel processing. More...
|
|
virtual void | AddRef () const =0 |
| Called to increment the reference count for the object. More...
|
|
virtual bool | Release () const =0 |
| Called to decrement the reference count for the object. More...
|
|
virtual bool | HasOneRef () const =0 |
| Returns true if the reference count is 1. More...
|
|
virtual bool | HasAtLeastOneRef () const =0 |
| Returns true if the reference count is at least 1. More...
|
|
Generic callback interface used for asynchronous continuation.
◆ Cancel()
virtual void CefCallback::Cancel |
( |
| ) |
|
|
pure virtual |
◆ Continue()
virtual void CefCallback::Continue |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: