#include <mobu-python-api.h>
File change event class.
This event occurs every time a monitored file changed:
Public Member Functions | |
__reduce__ () | |
__init__ (...) | |
Constructor. More... | |
![]() | |
__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... | |
![]() | |
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.