This class is used for the internal callback framework and is not meant to be used by clients. More...
#include <pyfbsdk.h>
Public Attributes | |
object | Wrapper |
Read Property: Pyfbsdk Wrapper that is the owner of the callback. | |
FBEventName | EventType |
Read Property: Event type to which this callback is connected. | |
object | Callback |
Read Property: Python callback that will called when the FBCallback is executed. | |
This class is used for the internal callback framework and is not meant to be used by clients.
object Callback |
Read Property: Python callback that will called when the FBCallback is executed.
FBEventName EventType |
Read Property: Event type to which this callback is connected.
object Wrapper |
Read Property: Pyfbsdk Wrapper that is the owner of the callback.