#include <mobu-python-api.h>
File change event class. This event occurs every time a monitored file changed:
Public Member Functions |
|
def | __reduce__ () |
def | __init__ () |
Public Attributes |
|
FBPropertyFileMonitoringType | Type |
FBPropertyString | Path |
def __reduce__ | ( | ) |
Reimplemented from FBEvent.
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBEventFileChange(HKEventBase pEvent)
Constructor.
pEvent | Base event (internal) to obtain information from. |
Reimplemented from FBEvent.
FBPropertyFileMonitoringType Type |
Read Only Property: Type of file change event.
Reimplemented from FBEvent.