PenProfile 2.x

Uses of Interface
com.livescribe.event.PenTipListener

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

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.