org.apache.tapestry.event
Interface PageDetachListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- BeanProvider, Exception
- public interface PageDetachListener
- extends java.util.EventListener
An interface for objects that want to know when the end of the request cycle occurs, so that any
resources that should be limited to just one request cycle can be released.
- Since:
- 1.0.5
- Author:
- Howard Lewis Ship
- See Also:
PageAttachListener
pageDetached
public void pageDetached(PageEvent event)
- Invoked by the page from its
IPage.detach()
method.