Uses of Interface
strokes.listeners.StrokeListener

Packages that use StrokeListener
strokes   
strokes.criterions   
strokes.listeners   
 

Uses of StrokeListener in strokes
 

Methods in strokes with parameters of type StrokeListener
 void StrokeShortcuts.addStrokeListener(StrokeListener strokeListener)
          Adds a StrokeListener to this strokes shortcuts manager so this listener will be notified each time: a stroke begins, a new point is added to a stroke, a stroke ends and has been recognized, a stroke ends but has not been recognized.
 void StrokeShortcuts.removeStrokeListener(StrokeListener strokeListener)
          Removes a listener from this strokes shortcuts manager.
 

Uses of StrokeListener in strokes.criterions
 

Classes in strokes.criterions that implement StrokeListener
 class FlickCriterion
          A criterion that accepts strokes only during 1 second after a small mouse drag.
 

Uses of StrokeListener in strokes.listeners
 

Classes in strokes.listeners that implement StrokeListener
 class StrokeAdapter
           An abstract adapter class for receiving stroke events.