com.townleyenterprises.validator
Interface ValidationListener
- All Superinterfaces:
- java.util.EventListener
- public interface ValidationListener
- extends java.util.EventListener
This interface is designed to allow the efficient capture of
validation faliures during form validation.
- Since:
- 3.0
- Version:
- $Id: ValidationListener.java,v 1.1 2004/08/05 11:58:03 atownley Exp $
- Author:
- Andrew S. Townley
fieldValidationFailed
public void fieldValidationFailed(FieldValidationEvent event)
fieldSetValidationFailed
public void fieldSetValidationFailed(FieldSetValidationEvent event)
formValidationFailed
public void formValidationFailed(ValidationEvent event)
Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.