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:
FBEvent

Public Member Functions

def  __reduce__ ()
def  __init__ ()

Public Attributes

FBPropertyFileMonitoringType  Type
FBPropertyString  Path

Member Function Documentation

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.

Parameters:
pEvent Base event (internal) to obtain information from.

Reimplemented from FBEvent.


Member Data Documentation

FBPropertyFileMonitoringType Type

Read Only Property: Type of file change event.

Reimplemented from FBEvent.

Read Only Property: The path of changed file.