public interface Interactor extends KeyListener, MouseListener, MouseMotionListener
Modifier and Type | Method and Description |
---|---|
boolean |
endInteraction()
Tells whether the interaction has finished.
|
boolean |
startInteraction(InputEvent ie)
Tells whether the given event will start the interactor.
|
keyPressed, keyReleased, keyTyped
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
mouseDragged, mouseMoved
boolean startInteraction(InputEvent ie)
boolean endInteraction()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.