org.apache.tapestry.event
Interface PageAttachListener

All Superinterfaces:
EventListener

public interface PageAttachListener
extends 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

void pageAttached(PageEvent event)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.