diva.whiteboard
Class CommandInterpreter.CommandStrokeListener

java.lang.Object
  extended by diva.canvas.interactor.AbstractInteractor
      extended by diva.whiteboard.CommandInterpreter.CommandStrokeListener
All Implemented Interfaces:
LayerListener, LayerMotionListener, Interactor, EventListener
Enclosing class:
CommandInterpreter

public class CommandInterpreter.CommandStrokeListener
extends AbstractInteractor

CommandStrokeListener receives stroke events from the interpreter and processes these strokes as gesture commands.


Constructor Summary
CommandInterpreter.CommandStrokeListener()
           
 
Method Summary
 void mouseReleased(LayerEvent e)
          Do nothing.
 
Methods inherited from class diva.canvas.interactor.AbstractInteractor
accept, getMouseFilter, isConsuming, isEnabled, isMotionEnabled, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, setConsuming, setEnabled, setMotionEnabled, setMouseFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandInterpreter.CommandStrokeListener

public CommandInterpreter.CommandStrokeListener()
Method Detail

mouseReleased

public void mouseReleased(LayerEvent e)
Description copied from class: AbstractInteractor
Do nothing.

Specified by:
mouseReleased in interface LayerListener
Overrides:
mouseReleased in class AbstractInteractor


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.