Interface Interactor
- All Superinterfaces:
EventListener, KeyListener, MouseListener, MouseMotionListener
- All Known Implementing Classes:
AbstractImageZoomInteractor, AbstractPanInteractor, AbstractResetTransformInteractor, AbstractRotateInteractor, AbstractZoomInteractor, InteractorAdapter
This interface represents an object which interacts with a GVT component.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTells whether the interaction has finished.booleanTells whether the given event will start the interactor.Methods inherited from interface KeyListener
keyPressed, keyReleased, keyTypedMethods inherited from interface MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface MouseMotionListener
mouseDragged, mouseMoved
-
Method Details
-
startInteraction
Tells whether the given event will start the interactor. -
endInteraction
boolean endInteraction()Tells whether the interaction has finished.
-