:: drafts :: com :: sun :: star :: configuration :: backend ::

interface XLayer
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XLayer
Description
Handles access to the data contained in a layer for a particular component and entity.

Methods' Summary
readData Describes the contents of the data to a handler.
Methods' Details
readData
void
readData(
 
[in] XLayerHandler 

raises(

 
aHandler ) 
::com::sun::star::lang::WrappedTargetException );

Description
Describes the contents of the data to a handler.
Parameter aHandler
update handler that will receive calls describing the contents of the layer
Throws
com::sun::star::lang::WrappedTargetException to hold any exception occurring during access.
Top of Page