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

interface XEventListener
Base Interfaces
XEventListener
┗ ::com::sun::star::lang::XEventListener

::com::sun::star::lang::XEventListener
(referenced interface's summary:)

Methods' Summary
notifyEvent is called whenever a document event (see EventObject) occurs  
Methods' Details
notifyEvent
void
notifyEvent( [in] EventObject  Event );

Description
is called whenever a document event (see EventObject) occurs
Parameter Event
specifies the event type
Top of Page