public interface

IStrokeNotifyPaintingView

implements IPaintingView
com.htc.painting.engine.IStrokeNotifyPaintingView
Known Indirect Subclasses

Class Overview

The IStrokeNotifyPaintingView extends the IPainitingView. In addition to IPainitingView, it provides the capability to provide Stroke related callbacks@ author AND_U51000

Summary

Nested Classes
interface IStrokeNotifyPaintingView.OnStrokeListener Interface definition for a callback to be invoked when an Stroke event occurs. 
Public Methods
abstract void removeOnStrokeListener(IStrokeNotifyPaintingView.OnStrokeListener listener)
removes a registered OnStrokeListener from further event callbacks.
abstract void setOnStrokeListener(IStrokeNotifyPaintingView.OnStrokeListener listener)
Register a callback to be invoked when an Stroke event occurs.
[Expand]
Inherited Methods
From interface com.htc.painting.engine.IPaintingView

Public Methods

public abstract void removeOnStrokeListener (IStrokeNotifyPaintingView.OnStrokeListener listener)

Since: API Level 2.0

removes a registered OnStrokeListener from further event callbacks.

Parameters
listener the callback to be removed

public abstract void setOnStrokeListener (IStrokeNotifyPaintingView.OnStrokeListener listener)

Since: API Level 2.0

Register a callback to be invoked when an Stroke event occurs.

Parameters
listener the callback to be run on