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

interface XShapeEventListener

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

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