:: 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
Methods' Summary
createStatusIndicator create a new status indicator instance  
Methods' Details
createStatusIndicator
::com::sun::star::task::XStatusIndicator
createStatusIndicator();

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