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.
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 objectregion - the region in which the stroke was createdpageInstance - the PageInstance object of the page where event occured
Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.