Python Reference Guide
 
Loading...
Searching...
No Matches
FBCallback Class Reference

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.
 

Detailed Description

This class is used for the internal callback framework and is not meant to be used by clients.

Member Data Documentation

◆ Callback

object Callback

Read Property: Python callback that will called when the FBCallback is executed.

◆ EventType

FBEventName EventType

Read Property: Event type to which this callback is connected.

◆ Wrapper

object Wrapper

Read Property: Pyfbsdk Wrapper that is the owner of the callback.