Skip to end of metadata
Go to start of metadata

FB::object_invalidated Struct Reference

Thrown by a JSAPI object when a call is made on it after the object has been invalidated. More...

#include <JSExceptions.h>

Inheritance diagram for FB::object_invalidated:
Inheritance graph
Collaboration diagram for FB::object_invalidated:
Collaboration graph

List of all members.


Detailed Description

Thrown by a JSAPI object when a call is made on it after the object has been invalidated.

Exceptions:
object_invalidated This is particularly useful when you want to invalidate the object when the plugin gets released, as the PluginCore-derived Plugin object will usually get released before the JSAPI object

Definition at line 69 of file JSExceptions.h.


The documentation for this struct was generated from the following file:

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