Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefTask

CefBase
   |
   +--CefTask

   in cef_task.h

class CefTask
extends CefBase

Implement this interface for task execution. The methods of this class may be called on any thread.


Method Summary
 virtual void Execute( CefThreadId threadId )= 0
          Method that will be executed.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

Execute

public virtual void Execute( CefThreadId threadId )= 0;
Method that will be executed. |threadId| is the thread executing the call.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2011 Marshall A. Greenblatt