Python Reference Guide
 
Loading...
Searching...
No Matches
FBEventFileChange Class Reference

File change event class. More...

#include <pyfbsdk.h>

Inheritance diagram for FBEventFileChange:

Public Member Functions

 FBEventFileChange (HKEventBase pEvent)
 Constructor.
 
- Public Member Functions inherited from FBEvent
 FBEvent (HKEvent pEvent)
 Constructor.
 

Public Attributes

str Path
 Read Only Property: The path of changed file.

 
FBFileMonitoringType Type
 Read Only Property: Type of file change event.

 
- Public Attributes inherited from FBEvent
int Type
 Read Only Property: Type of event.

 

Detailed Description

File change event class.


This event occurs every time a monitored file changed:

Constructor & Destructor Documentation

◆ FBEventFileChange()

FBEventFileChange ( HKEventBase  pEvent)

Constructor.

Parameters
pEventBase event (internal) to obtain information from.

Member Data Documentation

◆ Path

str Path

Read Only Property: The path of changed file.

◆ Type

Read Only Property: Type of file change event.