|
||
class MCoeControlObserver;
Interface for a control to send events to its observer control.
Defined in MCoeControlObserver
:
EEventInteractionRefused
Interaction refused. This event is notified by the UI Control Framework during p...EEventPrepareFocusTransition
Prepare focus transition. This event is notified by the UI Control Framework dur...EEventRequestCancel
Request cancel. This event is used to indicate exit from a mode when the user ha...EEventRequestExit
Request exit. This event is used to indicate exit from a mode when the user has ...EEventRequestFocus
Request focus. This event is notified by the UI Control Framework during pointer...EEventStateChanged
State changed. This event can be used by a control to report that some piece of ...HandleControlEventL(CCoeControl *,TCoeEvent)
Handles an event from an observed control.MCoeControlObserver()
MCoeControlObserver_Reserved1()
MCoeControlObserver_Reserved2()
TCoeEvent
Observer event types. 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(MCoeControlObserver::TCoeEvent)
. It should be implemented by the observer control, and should handle all events sent by controls it observes.
|
TCoeEvent
Observer event types.
|