com.arsdigita.bebop.parameters
Class EmailValidationListener

java.lang.Object
  extended bycom.arsdigita.bebop.parameters.EmailValidationListener
All Implemented Interfaces:
EventListener, ParameterListener

public class EmailValidationListener
extends Object
implements ParameterListener


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.event.ParameterListener
versionId
 
Constructor Summary
EmailValidationListener()
           
 
Method Summary
 void validate(ParameterEvent e)
          Performs a validation check on the data objects associated with a specific parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailValidationListener

public EmailValidationListener()
Method Detail

validate

public void validate(ParameterEvent e)
              throws FormProcessException
Description copied from interface: ParameterListener
Performs a validation check on the data objects associated with a specific parameter. Validate should call ParameterData.addError() with a message regarding the nature of the error.

Specified by:
validate in interface ParameterListener
Throws:
FormProcessException


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC