|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPageListener
Interface for listening to page lifecycle events.
This interface may be implemented by clients.
IPageService.addPageListener(org.eclipse.ui.IPageListener)
Method Summary | |
---|---|
void |
pageActivated(IWorkbenchPage page)
Notifies this listener that the given page has been activated. |
void |
pageClosed(IWorkbenchPage page)
Notifies this listener that the given page has been closed. |
void |
pageOpened(IWorkbenchPage page)
Notifies this listener that the given page has been opened. |
Method Detail |
---|
void pageActivated(IWorkbenchPage page)
page
- the page that was activatedIWorkbenchWindow.setActivePage(org.eclipse.ui.IWorkbenchPage)
void pageClosed(IWorkbenchPage page)
page
- the page that was closedIWorkbenchPage.close()
void pageOpened(IWorkbenchPage page)
page
- the page that was openedIWorkbenchWindow.openPage(java.lang.String, org.eclipse.core.runtime.IAdaptable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |