org.apache.tapestry.event
Interface PageValidateListener

All Superinterfaces:
EventListener

public interface PageValidateListener
extends EventListener

An interface for objects that want to take part in the validation of the page.

Since:
3.0
Version:
$Id: PageValidateListener.java,v 1.1 2003/04/20 18:55:56 mindbridge Exp $
Author:
Mindbridge

Method Summary
 void pageValidate(PageEvent event)
          Invoked by the page from its org.apache.tapestry.IPage#validate() method.
 

Method Detail

pageValidate

public void pageValidate(PageEvent event)
Invoked by the page from its org.apache.tapestry.IPage#validate() method.

May throw a PageRedirectException, to redirect the user to an appropriate part of the system (such as, a login page).