Constants |
INSERTED |
A content was inserted into a folder content (i.e., while updating the
folder).
|
REMOVED |
A content was removed from a folder content, but not physically
destroyed (i.e., due to rules just applied to the folder).
|
DELETED |
A content was physically destroyed.
|
EXCHANGED |
This Action indicates that a content has changed its identity (i.e.
after renaming a file system folder).
|
SEARCH_MATCHED |
[ DEPRECATED ]
This is obsolete and should no longer be used.
|
Constants' Details |
INSERTED
const long INSERTED = 0;
- Description
- A content was inserted into a folder content (i.e., while updating the
folder).
This action must be notified at the listeners of the folder content.
|
|
REMOVED
const long REMOVED = 1;
- Description
- A content was removed from a folder content, but not physically
destroyed (i.e., due to rules just applied to the folder).
This action must be notified at the listeners of the folder content.
|
|
DELETED
const long DELETED = 2;
- Description
- A content was physically destroyed.
Events containing this action may be generated at any time. So a
content event listener should be prepared to get notified the "death"
of the related content!
This action must be notified at the listeners of the deleted
content.
|
|
EXCHANGED
const long EXCHANGED = 4;
- Description
- This Action indicates that a content has changed its identity (i.e.
after renaming a file system folder).
This action must be notified at the listeners of the exchanged
content.
|
|
SEARCH_MATCHED
const long SEARCH_MATCHED = 128;
- Usage Restrictions
- deprecated
- Description
- This is obsolete and should no longer be used.
|
|
Top of Page
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.