Interface Interactor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean endInteraction()
      Tells whether the interaction has finished.
      boolean startInteraction​(java.awt.event.InputEvent ie)
      Tells whether the given event will start the interactor.
      • Methods inherited from interface java.awt.event.KeyListener

        keyPressed, keyReleased, keyTyped
      • Methods inherited from interface java.awt.event.MouseListener

        mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
      • Methods inherited from interface java.awt.event.MouseMotionListener

        mouseDragged, mouseMoved
    • Method Detail

      • startInteraction

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

        boolean endInteraction()
        Tells whether the interaction has finished.