|
|
|
|
Location:
coecobs.h
Link against: cone.lib
class MCoeControlObserver;
Interface for a control to send events to its observer control.
Defined in MCoeControlObserver:
EEventInteractionRefused, EEventPrepareFocusTransition, EEventRequestCancel, EEventRequestExit, EEventRequestFocus, EEventStateChanged, HandleControlEventL(), MCoeControlObserver(), MCoeControlObserver_Reserved1(), MCoeControlObserver_Reserved2(), 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.
|