::com::sun::star::lang::XInitialization |
- Usage Restrictions
- optional
- Description
- initialize the new handler instance with some context informations
Sometimes it can be usefull for a handler object, to know something about the
environment, in which it runs - especily the frame. For this case the generic
code (which uses the handler) will ask for this optional interface and use it, if it exist.
Following parameters are passed to the service:
- sequence < any >[0] => the frame for which this ProtocolHandler was created [com.sun.star.frame.XFrame]
Please note: if this mechanism is used it seams not usefull (nor possible) to implement a ProtocolHandler
as a singleton. Otherwhise the implementation can't distinguish between different environments
and her corresponding dispatch requests.
|