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

com :: sun :: star :: document ::

interface XEventListener

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

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


Methods' Summary

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

Methods' Details

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

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

Top of Page