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

interface XCancellable
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XCancellable
Description
offers the possibility of cancelling a job.

This is supported by objects which represent a job.


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