service ProtocolHandler in module com::sun::star::frame::

(Global Index)

Syntax

service ProtocolHandler;

Description

special dispatcher registered for URL protocols

Exported Interfaces

com::sun::star::frame::XNotifyingDispatch

Description

must be implemented to support handling of dispatches with defined result state. Base interface of XNotifyingDispatch is XDispatch and can be called for requests if result isn't neccessary for dispatch operation.


Top of Page