interface XInteractionHandlerSupplier in module com::sun::star::ucb::

(Global Index)

Syntax

interface XInteractionHandlerSupplier : com::sun::star::uno::XInterface ;

Description

This interface should be implemented by an internal XCommandEnvironment that can not supply an XInteractionHandler , but instead wants interaction requests to be handled by other internal error handling mechanism.

Method Summary

hasInteractionHandler Returns whether an XInteractionHandler can be supplied.

Method Details



hasInteractionHandler

Syntax

boolean hasInteractionHandler ();

Description

Returns whether an XInteractionHandler can be supplied.

Returns

true , if an XInteractionHandler can be supplied, false otherwise.
Top of Page