Location:
coecobs.h
Link against: N/A
MCoeControlObserver
Supported from 5.0
Interface for a control to send events to another control, its observer.
Defined in MCoeControlObserver
:
EEventInteractionRefused
, EEventPrepareFocusTransition
, EEventRequestCancel
, EEventRequestExit
, EEventRequestFocus
, EEventStateChanged
, HandleControlEventL()
, TCoeEvent
virtual void HandleControlEventL(CCoeControl* aControl,TCoeEvent aEventType)=0;
Handles an event from an observed control.
This function is called when a control for which this control
is the observer calls CCoeControl::ReportEventL()
. It should be
implemented by the observer control, and should handle all events sent by
controls it observes.
|
TCoeEvent
Observer event types.
|