sbIFileSystemListener Interface Reference

import"sbIFileSystemListener.idl";

Inheritance diagram for sbIFileSystemListener:
[legend]
Collaboration diagram for sbIFileSystemListener:
[legend]

Public Member Functions

void onWatcherStarted ()
 
void onWatcherStopped ()
 
void onWatcherError (in unsigned long aErrorType, in AString aDescription)
 
void onFileSystemChanged (in AString aFilePath)
 
void onFileSystemRemoved (in AString aFilePath)
 
void onFileSystemAdded (in AString aFilePath)
 

Public Attributes

const unsigned long ROOT_PATH_MISSING = 0
 
const unsigned long INVALID_DIRECTORY = 1
 
const unsigned long SESSION_LOAD_ERROR = 2
 

Detailed Description

Definition at line 35 of file sbIFileSystemListener.idl.

Member Function Documentation

void sbIFileSystemListener::onFileSystemAdded ( in AString  aFilePath)
void sbIFileSystemListener::onFileSystemChanged ( in AString  aFilePath)
void sbIFileSystemListener::onFileSystemRemoved ( in AString  aFilePath)
void sbIFileSystemListener::onWatcherError ( in unsigned long  aErrorType,
in AString  aDescription 
)
void sbIFileSystemListener::onWatcherStarted ( )
void sbIFileSystemListener::onWatcherStopped ( )

Member Data Documentation

const unsigned long sbIFileSystemListener::INVALID_DIRECTORY = 1

Definition at line 57 of file sbIFileSystemListener.idl.

const unsigned long sbIFileSystemListener::ROOT_PATH_MISSING = 0

Definition at line 56 of file sbIFileSystemListener.idl.

const unsigned long sbIFileSystemListener::SESSION_LOAD_ERROR = 2

Definition at line 58 of file sbIFileSystemListener.idl.


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