public static interface Notebook.ChangeCurrentPage
Note that this handler is only used when the page is changed with the
keyboard using Ctrl+Page Up/Down. If you want to get informed every
time the page is changed, you should use the
Notebook.SwitchPage signal instead.
| Modifier and Type | Method and Description |
|---|---|
boolean |
onChangeCurrentPage(Notebook source,
int offset) |
boolean onChangeCurrentPage(Notebook source, int offset)
offset - The number of pages to move forward/backward (negative
value for backward)