:: com :: sun :: star :: ucb ::

interface XInteractionHandlerSupplier

Methods' Summary
hasInteractionHandler Returns whether an com::sun::star::task::XInteractionHandler can be supplied.  
Methods' Details
hasInteractionHandler
boolean
hasInteractionHandler();

Description
Returns whether an com::sun::star::task::XInteractionHandler can be supplied.
Returns
`TRUE`, if an com::sun::star::task::XInteractionHandler can be supplied, `FALSE` otherwise.
Top of Page