Since: API Level 2.0
public static interface

IPaintingView.OnPaintingViewListener

com.htc.painting.engine.IPaintingView.OnPaintingViewListener

Class Overview

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

Summary

Public Methods
abstract void onClearAll()
Callback method to be invoked when clearAll() is performed
abstract void onRedo()
Callback method to be invoked when redo() is performed
abstract void onUndo()
Callback method to be invoked when undo() is performed

Public Methods

public abstract void onClearAll ()

Since: API Level 2.0

Callback method to be invoked when clearAll() is performed

public abstract void onRedo ()

Since: API Level 2.0

Callback method to be invoked when redo() is performed

public abstract void onUndo ()

Since: API Level 2.0

Callback method to be invoked when undo() is performed