interface XTaskListener in module com::sun::star::task::

(Global Index)

Syntax

interface XTaskListener : com::sun::star::lang::XEventListener ;

Description

Method Summary

running Gets fired when the task gets into execution state

finished Gets fired when the task execution has finished

Method Details



running

Syntax

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

Description

Gets fired when the task gets into execution state


finished

Syntax

void finished (
com::sun::star::task::FinishTaskEvent Evt );

Description

Gets fired when the task execution has finished

Top of Page