:: com :: sun :: star :: task ::

interface XInteractionHandler2
Base Interfaces
XInteractionHandler2XInteractionHandler

XInteractionHandler
(referenced interface's summary:)
An interaction request handler.
Description
An interaction request handler.

This interface extends the interface XInteractionHandler the way that a caller can determine whether an interaction request was actually handled by the interaction handler.

Since
OOo 3.2

Methods' Summary
handleInteractionRequest Handle an interaction request.  
Methods' Details
handleInteractionRequest
boolean
handleInteractionRequest( [in] XInteractionRequest  Request );

Description
Handle an interaction request.
Parameter Request
the inteaction request to handle.
Returns
true, if the handler handled the request, false otherwise.
Top of Page