View Interactors

The role of the IlvManagerViewInteractor class is to handle complex sequences of user events to be treated by a particular IlvView associated with a manager.

Setting or removing an interactor on a view can be done using the following IlvManager member functions:

  • IlvManager::getInteractor

  • IlvManager::setInteractor

  • IlvManager::removeInteractor

In this section, the predefined view interactors are first listed and then two examples showing how to implement view interactors are presented, as follows: