:: com :: sun :: star :: drawing :: framework ::
|
unpublished |
struct ConfigurationChangeEvent |
|
|
- Base Hierarchy
ConfigurationChangeEvent
┗ ::com::sun::star::lang::EventObject
|
- Usage Restrictions
- not published
- Description
- Objects of this class are used for notifying changes of the
configuration.
They are broadcasted by the configuration controller
which maintains the configuration. The set of types of configuration
changes is not fixed and is not maintained or documented in one
place.
The set of used members and the exact meaning of their values is not the
same for all types. Therefore, the descriptions of the members are just
general guidelines. See XConfigurationController for a
list of event types used by the basic drawing framework.
|
Elements' Summary |
Type |
The type of configuration change is a free-form string. This is the
only member that is always set. The values of the other members
depend on the configuration change type and may or may not be set.
|
Configuration |
The current configuration, depending on the event type, either
before or after the change. May be an empty reference.
|
ResourceId |
The resource id that is part of the configuration change.
|
ResourceObject |
The resource object that corresponds to the ResourceId. May
be an empty reference.
|
UserData |
Each listener is called with exactly the UserData
that was given when the listener was registered.
|
Elements' Details |
Type
string Type;
- Description
- The type of configuration change is a free-form string. This is the
only member that is always set. The values of the other members
depend on the configuration change type and may or may not be set.
|
|
Configuration
XConfiguration Configuration;
- Description
- The current configuration, depending on the event type, either
before or after the change. May be an empty reference.
|
|
ResourceId
XResourceId ResourceId;
- Description
- The resource id that is part of the configuration change.
|
|
ResourceObject
::com::sun::star::uno::XInterface ResourceObject;
- Description
- The resource object that corresponds to the ResourceId. May
be an empty reference.
|
|
UserData
any UserData;
- Description
- Each listener is called with exactly the UserData
that was given when the listener was registered.
|
|
Top of Page
Copyright © 2000, 2012 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.