Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: util ::

interface XCancellable

Base Interface
com::sun::star::uno::XInterface

Description
offers the possibility of cancelling a job. This is supported by objects which represent a job.


Known Services which Export this Interface

com::sun::star::sdbc::PreparedStatement represents a precompiled SQL statement.
com::sun::star::sdbc::Statement is used for executing a static SQL statement and obtaining the results produced by it.
com::sun::star::sdbcx::ResultSet extends the SDBC ResultSet by the possibility of bookmark positioning, cancelling the positioning, and updating of rows.
com::sun::star::ui::dialogs::FilePicker
com::sun::star::ui::dialogs::FolderPicker A FolderPicker service.

Methods' Summary

cancel cancels the current job of the object.

Methods' Details

cancel
 
void
cancel();
Description
cancels the current job of the object.

Top of Page