Eclipse Platform
Release 3.1

org.eclipse.jface.dialogs
Interface IPageChangedListener


public interface IPageChangedListener

A listener which is notified when the current page of the multi-page dialog is changed.

Since:
3.1
See Also:
IPageChangeProvider, PageChangedEvent

Method Summary
 void pageChanged(PageChangedEvent event)
          Notifies that the selected page has changed.
 

Method Detail

pageChanged

public void pageChanged(PageChangedEvent event)
Notifies that the selected page has changed.

Parameters:
event - event object describing the change

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.