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
pageChanged
void pageChanged(
PageChangedEvent event)
- Notifies that the selected page has changed.
-
-
Parameters:
-
event
- event object describing the change
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.