(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: 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 wheter the queue is empty. Using this interace 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
void
postChangeRequest( [in] XConfigurationChangeRequest  xRequest );

Description
Add a request for a configuration change to the request queue.

This method should not be called from outside the drawing famework. Other sub conrollers 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

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.