public static interface

ToolManager.ToolChangedListener

com.pdftron.pdf.tools.ToolManager.ToolChangedListener
Known Indirect Subclasses

Class Overview

This interface can be used to listen for when the current tool changes.

Summary

Public Methods
abstract void toolChanged(ToolManager.Tool newTool, ToolManager.Tool oldTool)
Event called when the tool changes.

Public Methods

public abstract void toolChanged (ToolManager.Tool newTool, ToolManager.Tool oldTool)

Event called when the tool changes.

Parameters
newTool the new tool
oldTool the old tool