public static interface

ToolManager.OnLayoutListener

com.pdftron.pdf.tools.ToolManager.OnLayoutListener

Class Overview

This interface can be used to listen for when the PDFViewCtrl's onLayout() is triggered.

Summary

Public Methods
abstract void onLayout(boolean changed, int l, int t, int r, int b)
Event called when the PDFViewCtrl's onLayout() is triggered.

Public Methods

public abstract void onLayout (boolean changed, int l, int t, int r, int b)

Event called when the PDFViewCtrl's onLayout() is triggered.

Parameters
changed This is a new size or position for this view.
l Left position, relative to parent.
t Top position, relative to parent.
r Right position, relative to parent.
b Bottom position, relative to parent.