Skip to end of metadata
Go to start of metadata

virtual void FB::JSAPIImpl::FireJSEvent ( const std::string &  eventName,
const FB::VariantMap params 
) [inline, protected, virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 165 of file JSAPIImpl.h.

References FireJSEvent().

00166         {
00167             FireJSEvent(eventName, params, FB::VariantList());
00168         }

Here is the call graph for this function:


Generated on 23 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None