| com.pspdfkit.ui.settings.SettingsModePicker.OnModeChangedListener |
On mode changed listener implemented by PdfActivityImpl for reflecting the changes to page scroll, page layout, scroll direction, theme and screen timeout.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract void |
OnPageLayoutChange(PageLayoutMode layoutMode)
Called when there is a
PageLayoutMode change. | ||||||||||
| abstract void |
OnScreenTimeoutChange(long screenTimeoutMillis)
Called when there is a screen timeout change.
| ||||||||||
| abstract void |
OnScrollDirectionChange(PageScrollDirection scrollDirection)
Called when there is a
PageScrollDirection change. | ||||||||||
| abstract void |
OnScrollModeChange(PageScrollMode scrollMode)
Called when there is a
PageScrollMode change. | ||||||||||
| abstract void |
OnThemeChange(ThemeMode themeMode)
Called when there is a
ThemeMode change. | ||||||||||
Called when there is a PageLayoutMode change.
| layoutMode | new PageLayoutMode
|
|---|
Called when there is a screen timeout change.
| screenTimeoutMillis | new timeout for the screen in millis |
|---|
Called when there is a PageScrollDirection change.
| scrollDirection | new PageScrollDirection
|
|---|
Called when there is a PageScrollMode change.
| scrollMode | new PageScrollMode
|
|---|