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