Handling input events

There are two ways of handling the input events in a manager view:
  • An interactor can be set to the view using the class IlvManagerViewInteractor, which will handle all the events that occur on a view.
  • An object interactor can be used on a graphic object. This interactor, an instance of the class IlvObjectInteractor, handles the events occurring on a particular object if no view interactor has been installed on the view.
Tooltips and pop-up menus are handled by the IlvToolTipManager and IlvPopupMenuManager central managers. They are neither manager view interactors nor object interactors. IlvToolTipManager and IlvPopupMenuManager listen for the specific events that trigger tooltip or a pop-up menu display in the registered view.