|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StrokeListener | |
|---|---|
| com.livescribe.penlet | This package consists of classes and interfaces that are core to pen application development. |
| Uses of StrokeListener in com.livescribe.penlet |
|---|
| Methods in com.livescribe.penlet with parameters of type StrokeListener | |
|---|---|
abstract void |
PenletContext.addStrokeListener(StrokeListener listener)
Adds a listener for stroke events for all pages the penlet owns. |
abstract void |
PenletContext.addStrokeListener(StrokeListener listener,
Region region)
Adds a listener for stroke events for the specific region on all pages the penlet owns. |
abstract void |
PenletContext.removeStrokeListener(StrokeListener listener)
Removes the stroke listener that was added earlier. |
|
PenProfile 2.x | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||