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, keyTypedmouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedmouseDragged, mouseMovedboolean startInteraction(InputEvent ie)
boolean endInteraction()
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.