IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::IWaitFileEvent Interface Reference

Interface for classes that provide waiting for specific file events (such as ceration or deletion of a specific file or directory). More...

Inheritance diagram for IG::Lib::IWaitFileEvent:
Collaboration diagram for IG::Lib::IWaitFileEvent:

List of all members.

Properties

string Path [get, set]
 Path of the file or directory on which the particular event is waited for. Can be specified as relative path, but is internally stored as fully qualified path.

Detailed Description

Interface for classes that provide waiting for specific file events (such as ceration or deletion of a specific file or directory).

$A Igor Jun10;


Property Documentation

string IG::Lib::IWaitFileEvent::Path [get, set]

Path of the file or directory on which the particular event is waited for. Can be specified as relative path, but is internally stored as fully qualified path.

Implemented in IG::Lib::WaitFileEventBase, IG::Lib::WaitFileEventBaseByProxyLatence, and IG::Lib::WaitFileEventLatenceBase.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events