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 Details
|
|
Syntax
- boolean hasInteractionHandler
();
Description
Returns whether an
XInteractionHandler can be
supplied.
Returns
-
true
, if an
XInteractionHandler can be
supplied, false
otherwise.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.