org.springframework.richclient.application
Interface PageListener


public interface PageListener

Client interface for listening to page lifecycle events.


Method Summary
 void pageClosed(ApplicationPage page)
          Notifies this listener that the given page has been closed.
 void pageOpened(ApplicationPage page)
          Notifies this listener that the given page has been opened.
 

Method Detail

pageOpened

void pageOpened(ApplicationPage page)
Notifies this listener that the given page has been opened.

Parameters:
page - the page that was opened

pageClosed

void pageClosed(ApplicationPage page)
Notifies this listener that the given page has been closed.

Parameters:
page - the page that was closed


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.