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

(default)
Class CefDOMEventListener

CefBase
   |
   +--CefDOMEventListener

   in cef_dom.h

class CefDOMEventListener
extends CefBase

Interface to implement for handling DOM events. The methods of this class will be called on the UI thread.


Method Summary
 virtual void HandleEvent( CefRefPtr< CefDOMEvent > event )= 0
          Called when an event is received.
   
Methods inherited from class CefBase
AddRef, Release, GetRefCt
 

Method Detail

HandleEvent

public virtual void HandleEvent( CefRefPtr< CefDOMEvent > event )= 0;
Called when an event is received. The event object passed to this method contains a snapshot of the DOM at the time this method is executed. DOM objects are only valid for the scope of this method. Do not keep references to or attempt to access any DOM objects outside the scope of this method.

 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