public interface

OnCustomStampChangedListener

com.pdftron.pdf.interfaces.OnCustomStampChangedListener
Known Indirect Subclasses

Class Overview

Callback interface to be invoked when a new custom rubber stamp has been created, or an existing custom rubber stamp has been updated.

Summary

Public Methods
abstract void onCustomStampCreated(Bitmap bitmap)
Called when a new stamp is created.
abstract void onCustomStampUpdated(Bitmap bitmap, int index)
Called when a custom rubber stamp is updated.

Public Methods

public abstract void onCustomStampCreated (Bitmap bitmap)

Called when a new stamp is created.

Parameters
bitmap The generated bitmap

public abstract void onCustomStampUpdated (Bitmap bitmap, int index)

Called when a custom rubber stamp is updated.

Parameters
bitmap The generated bitmap
index The index where the custom rubber stamp is updated