Skip to end of metadata
Go to start of metadata

virtual void FB::JSAPIImpl::FireJSEvent ( const std::string &  eventName,
const FB::VariantList arguments 
) [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 170 of file JSAPIImpl.h.

References FireJSEvent().

00171         {
00172             FireJSEvent(eventName, FB::VariantMap(), arguments);
00173         }

Here is the call graph for this function:


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None