[webkit-dev] how do you do callbacks out of webkit into c++, objC or other bindings - e.g. "onclick" ?

Darin Adler darin at apple.com
Sat Aug 30 19:01:45 PDT 2008


On Aug 30, 2008, at 7:00 PM, Darin Adler wrote:

> The clickListener object must be a class that implements the  
> DOMEventListener protocol.

What I meant to say was:

The clickListener object must be an object of a class that conforms to  
the DOMEventListener protocol.

     -- Darin



More information about the webkit-dev mailing list