API published in: S60 1st Ed
Link against: avkon.lib
Required Capabilities
None
#include <aknwseventobserver.h>
Inherits MAknWsEventObserver.
Public Member Functions |
|
| virtual | ~CAknWsEventMonitor () |
| Destructor. |
|
| void | ConstructL () |
| Two-phased constructor. |
|
| IMPORT_C void | AddObserverL (MAknWsEventObserver *aEventObserver) |
| Adds an event observer if there is not one yet. |
|
| IMPORT_C void | RemoveObserver (const MAknWsEventObserver *aEventObserver) |
| Removes the event observer. |
|
| IMPORT_C void | HandleWsEventL (const TWsEvent &aEvent, CCoeControl *aDestination) |
| Window server event handler. |
|
| IMPORT_C void | Enable (TBool aEnable=ETrue) |
| Enables / disables event observer. |
|
| TBool | IsEnabled () |
| Internal to Avkon. |
|
Static Public Member Functions |
|
| static CAknWsEventMonitor * | NewL () |
| Two-phased constructor. |
|
|
|
Destructor. |
|
|
Adds an event observer if there is not one yet.
|
|
|
Two-phased constructor. |
|
|
Enables / disables event observer. AknAppUi provides all window server events to enabled monitor automatically |
|
||||||||||||
|
Window server event handler.
Implements MAknWsEventObserver. |
|
|
Internal to Avkon. |
|
|
Two-phased constructor. |
|
|
Removes the event observer.
|