Overview | Namespace | Class | Index | Help |
Methods of Class DirectoryCreationObserver
- ~DirectoryCreationObserver
- virtual ~DirectoryCreationObserver();
virtual abstract const volatile template static inline C-linkage YES NO NO NO NO NO YES NO
- DirectoryCreated
- virtual void DirectoryCreated(
const rtl::OUString & aDirectoryUrl ) = 0;
virtual abstract const volatile template static inline C-linkage YES YES NO NO NO NO NO NO
- Description
- This method will be called when a new directory has been created and needs to be overwritten by derived classes. You must not delete the directory that was just created otherwise you will run into an endless loop.
- Parameters
aDirectoryUrl [in]The absolute file URL of the directory that was just created by ::osl::Directory::createPath.
Top of Page
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.