public static interface

ToolManager.ToolSetListener

com.pdftron.pdf.tools.ToolManager.ToolSetListener

Class Overview

This interface can be used to listen for when a new tool is set as current tool of ToolManager.

Summary

Public Methods
abstract void onToolSet(ToolManager.Tool newTool)
Event called when a new tool is set as current tool of ToolManager.

Public Methods

public abstract void onToolSet (ToolManager.Tool newTool)

Event called when a new tool is set as current tool of ToolManager.

Parameters
newTool the new tool