:: com :: sun :: star :: presentation ::

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

::com::sun::star::lang::XEventListener
(referenced interface's summary:)
base interface for all event listeners interfaces.
Usage Restrictions
not published
Description
Listener interface to receive shape-specific events.

Since
OOo 2.4

Methods' Summary
click Notify a clicked shape. 
Methods' Details
click
void
click( [in] ::com::sun::star::drawing::XShape  xShape,
[in] ::com::sun::star::awt::MouseEvent  aOriginalEvent );

Description
Notify a clicked shape.

This method notifies the listener that a shape was clicked.

Parameter xShape
The shape that was clicked upon.
Parameter aOriginalEvent
The original mouse click event that generated this notification.
Top of Page