org.gnu.gtk.event
public class NotebookEvent extends GtkEvent
See Also: NotebookListener Notebook
| Nested Class Summary | |
|---|---|
| static class | NotebookEvent.Type |
| Constructor Summary | |
|---|---|
| NotebookEvent(Object source, NotebookEvent.Type type)
Creates a new Notebook Event. | |
| NotebookEvent(Object source, NotebookEvent.Type type, int pageNumber)
Creates a new Notebook Event. | |
| Method Summary | |
|---|---|
| int | getPageNumber()
Return the page number on which this event occurred. |
| boolean | isOfType(NotebookEvent.Type aType) |
Returns: True if the type of this event is the same as that stated.