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

interface XControlNotificationListener

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