Content for Apache OpenOffice version 3.4.
| Overview | Namespace | Class | Index | Help |
| PUBLIC MEMBERS: | CLASSES | STRUCTS | UNIONS | ENUMS | TYPEDEFS | METHODS | STATIC METHODS | DATA | STATIC DATA |
:: osl ::
class DirectoryCreationObserver
- Base Classes
- None.
- Known Derived Classes
- None.
| virtual | abstract | interface | template |
| YES | YES | YES | NO |
- Summary
- Base class for observers of directory creation notifications.
- Description
- Clients which uses the method createDirectoryPath of the class Directory may want to be informed about the directories that have been created. This may be accomplished by deriving from this base class and overwriting the virtual function DirectoryCreated.
- See Also
- Directory::createPath
- File
- file.hxx
Public Members
-
Methods
virtual
~DirectoryCreationObserver( );virtual void
DirectoryCreated( const rtl::OUString & aDirectoryUrl ) = 0;
Copyright © 2012, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.

