:: com :: sun :: star :: drawing :: framework ::
|
unpublished |
interface XConfigurationControllerRequestQueue |
|
|
|
- Usage Restrictions
- not published
- Description
- The request queue of the configuration controller handles requests for
changes to the current configuration.
This interface allows callers to add requests to the back of the
queue and to determine whether the queue is empty. Using this interface
should normally not be necessary for anyone else than the
XConfigurationController. It may be removed in the future.
|
Methods' Summary |
hasPendingRequests |
Return whether there are pending requests for configuration changes.
|
postChangeRequest |
Add a request for a configuration change to the request queue.
|
Methods' Details |
hasPendingRequests
boolean |
hasPendingRequests(); |
- Description
- Return whether there are pending requests for configuration changes.
- Returns
- Returns true when there is at least one request object in the
queue that has not yet been processed. It returns false when
the queue is empty.
|
|
postChangeRequest
- Description
- Add a request for a configuration change to the request queue.
This method should not be called from outside the drawing
framework. Other sub controllers of the drawing framework are typical
callers. They can add change requests that can not be made with the
requestResourceActivation() and
requestResourceDeactivation() methods.
- Parameter xRequest
- The configuration change represented by this request object must only
be commited to the configuration when the
execute()
method of the xRequest object is called.
|
|
Top of Page
Copyright © 2000, 2014 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.