#include <fbsystem.h>
File change event class.
This event occurs every time a monitored file changed:
Definition at line 1289 of file fbsystem.h.
Public Member Functions |
|
FBEventFileChange (HKEventBase pEvent) | |
Constructor. |
|
void | PropertyAdd (FBProperty *) |
Empty function to avoid creating property
container object. |
|
Public Attributes |
|
FBPropertyFileMonitoringType | Type |
Read Only Property: Type of file
change event. |
|
FBPropertyString | Path |
Read Only Property: The path of
changed file. |
|
Protected Attributes |
|
HKEventBase | mEvent |
Internal Event pointer. |
FBEventFileChange::FBEventFileChange | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
FBPropertyFileMonitoringType FBEventFileChange::Type |
Read Only Property: Type of file change event.
Reimplemented from FBEvent.
Definition at line 1298 of file fbsystem.h.
Read Only Property: The path of changed file.
Definition at line 1299 of file fbsystem.h.
HKEventBase FBEvent::mEvent
[protected, inherited] |