| com.pdftron.pdf.tools.ToolManager.OnLayoutListener |
This interface can be used to listen for when the PDFViewCtrl's onLayout() is triggered.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
onLayout(boolean changed, int l, int t, int r, int b)
Event called when the PDFViewCtrl's onLayout() is triggered.
| ||||||||||
Event called when the PDFViewCtrl's onLayout() is triggered.
| 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. |