de.softpro.signdocmobile.foundations
Interface TabletTraceCollectionHelper.StrokeListner

Enclosing class:
TabletTraceCollectionHelper

public static interface TabletTraceCollectionHelper.StrokeListner


Method Summary
 void stroke_end(float x, float y, long t)
           
 void stroke_move(float x, float y, float p, long t, java.util.List<TabletPoint> mHistoricalPoints)
           
 void stroke_start(float x, float y, float p, long t)
           
 

Method Detail

stroke_start

void stroke_start(float x,
                  float y,
                  float p,
                  long t)

stroke_move

void stroke_move(float x,
                 float y,
                 float p,
                 long t,
                 java.util.List<TabletPoint> mHistoricalPoints)

stroke_end

void stroke_end(float x,
                float y,
                long t)