24#ifndef SIINTERACTIONMODELISTENER
25#define SIINTERACTIONMODELISTENER
27#include <Inventor/sys/port.h>
28#include <Inventor/ViewerComponents/nodes/SceneExaminer.h>
InteractionMode
Interaction Mode (navigation or selection)
This interface provides the list of interaction methods that subclasses must define.
virtual void interactionModeChanged(SceneExaminer::InteractionMode mode)=0
This method is called when the interaction has changed.
virtual void seekModeChanged(const bool onOrOff)=0
This method is called when the seek mode is activated and deactivated.