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

interface XStatusIndicatorFactory
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XStatusIndicatorFactory
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
provides multiple, probably parallel running, status indicator objects

A possible factory is the ::com::sun::star::frame::Frame service.

See also
::com::sun::star::frame::Frame
Developers Guide
6.1.3 Office Development - OpenOffice.org Application Environment - Using the Component Framework - Frames - XStatusIndicatorFactory

Methods' Summary
createStatusIndicator create a new status indicator instance  
Methods' Details
createStatusIndicator
XStatusIndicator
createStatusIndicator();

Description
create a new status indicator instance
Returns
the new indicator
Top of Page