PenProfile 2.x

Uses of Interface
com.livescribe.event.StrokeListener

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

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