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
removes a registered OnStrokeListener from further event callbacks.
Parameters
listener
| the callback to be removed
|
Register a callback to be invoked when an Stroke event occurs.
Parameters
listener
| the callback to be run on
|