:: com :: sun :: star :: xml :: crypto :: sax ::

unpublished interface XBlockerMonitor
Usage Restrictions
not published
Description
* Interface of Blocker Monitor. *

* This interface is used to manipulate a blocker.


Methods' Summary
setBlockerId * Configures the blocker's id. * *  
Methods' Details
setBlockerId
void
setBlockerId( [in] long  id )
raises( ::com::sun::star::uno::Exception );

Description
* Configures the blocker's id. * *
Parameter id
the keeper id of the blocker
Top of Page