Since: API Level 2.0
public static interface

IStrokeNotifyPaintingView.OnStrokeListener

com.htc.painting.engine.IStrokeNotifyPaintingView.OnStrokeListener

Class Overview

Interface definition for a callback to be invoked when an Stroke event occurs.

Summary

Public Methods
abstract void onStrokeBegin(StrokeEventArg.StrokeMoveEventArg e)
Callback method to be invoked when a Stroke begins
abstract void onStrokeEnd(StrokeEventArg.StrokeMoveEventArg e)
Callback method to be invoked when a Stroke ends
abstract void onStrokeStatusChange(StrokeEventArg.StrokeStatusChangeEventArg e)
Callback method to be invoked when the status of a Stroke changes

Public Methods

public abstract void onStrokeBegin (StrokeEventArg.StrokeMoveEventArg e)

Since: API Level 2.0

Callback method to be invoked when a Stroke begins

public abstract void onStrokeEnd (StrokeEventArg.StrokeMoveEventArg e)

Since: API Level 2.0

Callback method to be invoked when a Stroke ends

public abstract void onStrokeStatusChange (StrokeEventArg.StrokeStatusChangeEventArg e)

Since: API Level 2.0

Callback method to be invoked when the status of a Stroke changes