#include <mobu-python-api.h>
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... | |
| __init__ | ( | ... | ) |
Constructor.
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventFileChange(HKEventBase pEvent)
| pEvent | Base event (internal) to obtain information from. |
| __reduce__ | ( | ) |
| ORSDK2018::FBPropertyString Path |
Read Only Property: The path of changed file.
| FBPropertyFileMonitoringType Type |
Read Only Property: Type of file change event.