FBEventFileChange Class Reference

FBEventFileChange Class Reference

#include <mobu-python-api.h>

Class Description

File change event class.

This event occurs every time a monitored file changed:

+ Inheritance diagram for FBEventFileChange:

Public Member Functions

 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 
- Public Member Functions inherited from FBEvent
 __reduce__ ()
 
 __init__ (...)
 Constructor. More...
 

Public Attributes

FBPropertyFileMonitoringType Type
 Read Only Property: Type of file change event. More...
 
ORSDK2018::FBPropertyString Path
 Read Only Property: The path of changed file. More...
 
- Public Attributes inherited from FBEvent
FBPropertyInt Type
 Read Only Property: Type of event. More...
 

Member Function Documentation

__init__ (   ...)

Constructor.

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBEventFileChange(HKEventBase pEvent) 
Parameters
pEventBase event (internal) to obtain information from.
__reduce__ ( )

Member Data Documentation

ORSDK2018::FBPropertyString Path

Read Only Property: The path of changed file.

FBPropertyFileMonitoringType Type

Read Only Property: Type of file change event.