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

unpublished interface XControlNotificationListener
Description
Must be implemented by dispatch objects which want to get notifications about control events.

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