Java org.eclipse.jface.dialogs PageChangedEvent fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.dialogs PageChangedEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.dialogs PageChangedEvent.

The text is from its open source code.

Constructor

PageChangedEvent(IPageChangeProvider source, Object selectedPage)
Creates a new event for the given source and selected page.

Method

ObjectgetSelectedPage()
Returns the selected page.