Change-Id: I5f16e173d5ba714a64897f592715cc8cc1146b21
/**
* @class ui_iface_controller.
*
+ * @internal
* @ingroup viewmgr
*
* @brief UI Controller Interface. This interface is designed for handling of life-cycle events from user side.
/**
* @class ui_iface_view
*
+ * @internal
* @ingroup viewmgr
*
* @brief UI View Base Class. This is the base class of view. A view must have one content instance which represents a view for a current screen.
/**
* @class ui_iface_viewmgr
*
+ * @internal
* @ingroup viewmgr
*
* @brief This is a interface class of viewmgr. One viewmgr represents a window which contains multiple views.