Interface for running an action. More...
import "XAction.idl";
Public Member Functions | |
any | run () raises (com::sun::star::uno::Exception) |
Action to be done. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
Interface for running an action.
any run | ( | ) | ||||
raises | ( | com::sun::star::uno::Exception ) |
Action to be done.
com::sun::star::uno::Exception | any UNO exception may be thrown |