PenProfile 2.x

com.livescribe.event
Interface StrokeListener


public interface StrokeListener

The StrokeListener interface must be implemented by any class that wishes to receive strokes from the system.


Method Summary
 void strokeCreated(long time, Region region, PageInstance pageInstance)
          Called when a stroke is created by the user.
 

Method Detail

strokeCreated

void strokeCreated(long time,
                   Region region,
                   PageInstance pageInstance)
Called when a stroke is created by the user. Note that double- and single-taps will also appear as strokes.

Parameters:
time - the start time of the stroke. This is also the handle to acquire the stroke object
region - the region in which the stroke was created
pageInstance - the PageInstance object of the page where event occured

PenProfile 2.x

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