|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrokeEvent | |
---|---|
strokes.criterions | |
strokes.listeners |
Uses of StrokeEvent in strokes.criterions |
---|
Methods in strokes.criterions with parameters of type StrokeEvent | |
---|---|
void |
FlickCriterion.strokeNotRecognized(StrokeEvent event)
Invoked when a stroke ends and has not been recognized as a shortcut. |
void |
FlickCriterion.strokePointAdded(StrokeEvent event)
Invoked when a point is added to a stroke. |
Uses of StrokeEvent in strokes.listeners |
---|
Methods in strokes.listeners with parameters of type StrokeEvent | |
---|---|
void |
StrokeListener.shortcutRecognized(StrokeEvent event)
Invoked when a stroke ends and has not been recognized as a shortcut. |
void |
StrokeAdapter.shortcutRecognized(StrokeEvent event)
Invoked when a stroke ends and has not been recognized as a shortcut. |
void |
StrokeListener.strokeBegun(StrokeEvent event)
Invoked when a stroke begins. |
void |
StrokeAdapter.strokeBegun(StrokeEvent event)
Invoked when a stroke begins. |
void |
StrokeListener.strokeNotRecognized(StrokeEvent event)
Invoked when a stroke ends and has not been recognized as a shortcut. |
void |
StrokeAdapter.strokeNotRecognized(StrokeEvent event)
Invoked when a stroke ends and has not been recognized as a shortcut. |
void |
StrokeListener.strokePointAdded(StrokeEvent event)
Invoked when a point is added to a stroke. |
void |
StrokeAdapter.strokePointAdded(StrokeEvent event)
Invoked when a point is added to a stroke. |
void |
StrokeListener.strokeRecognized(StrokeEvent event)
Invoked when a stroke ends and has been recognized by the stroke shortcuts manager but not as as a shortcut. |
void |
StrokeAdapter.strokeRecognized(StrokeEvent event)
Invoked when a stroke ends and has been recognized by the stroke shortcuts manager but not as as a shortcut. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |