sbFileSystemTreeListener Class Referenceabstract

#include <sbFileSystemTreeListener.h>

Inheritance diagram for sbFileSystemTreeListener:
[legend]

Public Member Functions

virtual ~sbFileSystemTreeListener ()
 
NS_IMETHOD OnChangeFound (const nsAString &aChangePath, EChangeType aChangeType)=0
 
NS_IMETHOD OnTreeReady (const nsAString &aTreeRootPath, sbStringArray &aDirPathArray)=0
 
NS_IMETHOD OnRootPathMissing ()=0
 
NS_IMETHOD OnTreeSessionLoadError ()=0
 

Detailed Description

Definition at line 49 of file sbFileSystemTreeListener.h.

Constructor & Destructor Documentation

virtual sbFileSystemTreeListener::~sbFileSystemTreeListener ( )
inlinevirtual

Definition at line 52 of file sbFileSystemTreeListener.h.

Member Function Documentation

NS_IMETHOD sbFileSystemTreeListener::OnChangeFound ( const nsAString &  aChangePath,
EChangeType  aChangeType 
)
pure virtual
NS_IMETHOD sbFileSystemTreeListener::OnRootPathMissing ( )
pure virtual

Implemented in sbBaseFileSystemWatcher.

Here is the caller graph for this function:

NS_IMETHOD sbFileSystemTreeListener::OnTreeReady ( const nsAString &  aTreeRootPath,
sbStringArray aDirPathArray 
)
pure virtual

Implemented in sbWin32FileSystemWatcher, sbMacFileSystemWatcher, sbBaseFileSystemWatcher, and sbLinuxFileSystemWatcher.

Here is the caller graph for this function:

NS_IMETHOD sbFileSystemTreeListener::OnTreeSessionLoadError ( )
pure virtual

Implemented in sbBaseFileSystemWatcher.

Here is the caller graph for this function:


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