Location:
VIEWCLI.H
class MVwsSessionWrapperObserver;
The MVwsSessionObserver
specifies an interface through which server events to be handled by the owner of a client session are notified
Defined in MVwsSessionWrapperObserver
:
HandleViewEventL()
virtual void HandleViewEventL(const TVwsViewEvent &aEvent)=0;
Handles the view event aEvent for a view added through the client session being observed. Handles events for all the views added by the client.
|