Package org.apache.tapestry.event

Defines events and listener interfaces for Tapestry.

See: Description

Package org.apache.tapestry.event Description

Defines events and listener interfaces for Tapestry.

ChangeObserver and ObservedChangeEvent are used to communicate changes in persistent properties from pages and components to page recorders.

The remaining interfaces PageDetachListener and PageRenderListener allow objects to know about key lifecycle events regarding a page.

Author:
Howard Lewis Ship hlship@apache.org