FBCallback Class Reference

FBCallback Class Reference

#include <mainpage.h>

Class Description

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

+ Inheritance diagram for FBCallback:

Public Member Functions

 __reduce__ ()
 
 __init__ (object arg1, object arg2, FBEventName arg3, object arg4)
 

Public Attributes

object Wrapper
 
object EventType
 
object Callback
 

Member Function Documentation

__init__ ( object  arg1,
object  arg2,
FBEventName  arg3,
object  arg4 
)

Python Docstring:

__init__( (object)arg1, (object)arg2, (FBEventName)arg3, (object)arg4) -> None 
__reduce__ ( )

Member Data Documentation

object Callback
object EventType
object Wrapper