Synergy Color Management Component - SDK -  2018.0.80
SYNCOLOR::TransformPathMonitor::Callback Class Referenceabstract

Callback class required for retrieving directory and file lists. More...

Public Member Functions

virtual ~Callback ()
 Destructor. More...
 
virtual void processEntry (const char *name)=0
 Process the name of a monitored directory or file. More...
 

Detailed Description

Callback class required for retrieving directory and file lists.

This interface allows the caller to process each monitored transform dub-directory name or transform file name.

Constructor & Destructor Documentation

virtual SYNCOLOR::TransformPathMonitor::Callback::~Callback ( )
virtual

Destructor.

Member Function Documentation

virtual void SYNCOLOR::TransformPathMonitor::Callback::processEntry ( const char *  name)
pure virtual

Process the name of a monitored directory or file.

Parameters
nameDirectory or file name.