Interface Interactor

All Superinterfaces:
EventListener, KeyListener, MouseListener, MouseMotionListener
All Known Implementing Classes:
AbstractImageZoomInteractor, AbstractPanInteractor, AbstractResetTransformInteractor, AbstractRotateInteractor, AbstractZoomInteractor, InteractorAdapter

public interface Interactor extends KeyListener, MouseListener, MouseMotionListener
This interface represents an object which interacts with a GVT component.
  • Method Details

    • startInteraction

      boolean startInteraction(InputEvent ie)
      Tells whether the given event will start the interactor.
    • endInteraction

      boolean endInteraction()
      Tells whether the interaction has finished.