:: 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 happened  
Methods' Details
controlEvent
void
controlEvent( [in] ControlEvent  Event );

Description
notifies that a control event has happened
Parameter Event
contains the event information
Top of Page