interface XEventListener in module com::sun::star::document::

(Global Index)

Syntax

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

Description

makes it possible to register listeners, which are called whenever a document or document content event occurs.

Method Summary

notifyEvent is called whenever a document event (see EventObject ) occurs.

Method Details



notifyEvent

Syntax

oneway void notifyEvent (
com::sun::star::document::EventObject aEvent );

Description

is called whenever a document event (see EventObject ) occurs.

Top of Page