FBEventFileChange Class Reference
 
 
 
FBEventFileChange Class Reference

#include <fbsystem.h>


Class Description

File change event class.

This event occurs every time a monitored file changed:

Definition at line 1289 of file fbsystem.h.

Inheritance diagram for FBEventFileChange:
FBEvent

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.

Constructor & Destructor Documentation

FBEventFileChange::FBEventFileChange ( HKEventBase  pEvent )

Constructor.

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

Member Function Documentation

void FBEvent::PropertyAdd ( FBProperty ) [inline, inherited]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

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]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


The documentation for this class was generated from the following file: