Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XTaskListener

Base Interface
com::sun::star::lang::XEventListener

Description


Methods' Summary

running Gets fired when the task gets into execution state
finished Gets fired when the task execution has finished

Methods' Details

running
 
[ oneway ] void
running(
[ in ] com::sun::star::lang::EventObject Evt );

Description
Gets fired when the task gets into execution state
finished
 
void
finished(
[ in ] com::sun::star::task::FinishTaskEvent Evt );

Description
Gets fired when the task execution has finished

Top of Page