| com.htc.painting.engine.IStrokeNotifyPaintingView |
Known Indirect Subclasses
|
The IStrokeNotifyPaintingView extends the ERROR(/IPainitingView). In addition to
ERROR(/IPainitingView), it provides the capability to provide Stroke related callbacks@ author AND_U51000
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.
| |||||||||||
Register a callback to be invoked when an Stroke event occurs.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.htc.painting.engine.IPaintingView
| |||||||||||
removes a registered OnStrokeListener from further event callbacks.
| listener | the callback to be removed |
|---|
Register a callback to be invoked when an Stroke event occurs.
| listener | the callback to be run on |
|---|