:: com :: sun :: star :: frame ::

unpublished interface XControlNotificationListener
Usage Restrictions
not published
Description
Must be implemented by dispatch objects which want to get notifications about control events.
Since
OOo 2.0.3

Methods' Summary
controlEvent notifies that a control event has happend  
Methods' Details
controlEvent
void
controlEvent( [in] ControlEvent  Event );

Description
notifies that a control event has happend
Parameter Event
contains the event informantion
Top of Page