:: com :: sun :: star :: security ::

interface XAction
Description
Interface for running an action.
Since
OOo 1.1.2

Methods' Summary
run Action to be done.  
Methods' Details
run
any
run()
raises( ::com::sun::star::uno::Exception );

Description
Action to be done.
Returns
result
Throws
com::sun::star::uno::Exception any UNO exception may be thrown
Top of Page