org.apache.tapestry.event
Interface PageAttachListener

All Superinterfaces:
java.util.EventListener

public interface PageAttachListener
extends java.util.EventListener

Listener interface notified when a page is attached to the current request. Notifications occur after persistent page properties have been restored, but before the page is activated (if it is activated). This allows the properties of the page to be updated to reflect the current user session.

Since:
4.0
Author:
Howard M. Lewis Ship
See Also:
PageDetachListener

Method Summary
 void pageAttached(PageEvent event)
           
 

Method Detail

pageAttached

public void pageAttached(PageEvent event)