com.arsdigita.bebop.event
Interface FormSubmissionListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AddProcess, AddTask, DisplayTask, ModalPanel.CancelListener, PropertiesEditor.PropertiesFormSubmissionListener

public interface FormSubmissionListener
extends EventListener

The listener called just before a form starts examining a submission. This listener can throw a FormProcessException to indicate that any further processing of the submission should be aborted. This usually leaves the corresponding FormData object in an undefined state.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/FormSubmissionListener.java#7 $
Author:
David Lutterkort

Field Summary
static String versionId
           
 
Method Summary
 void submitted(FormSectionEvent e)
          This method gets called as soon as the FormData for a form has been filled with the request parameters.
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

submitted

public void submitted(FormSectionEvent e)
               throws FormProcessException
This method gets called as soon as the FormData for a form has been filled with the request parameters. The values in the FormData are transformed but not validated.

Parameters:
e - the event encapsulating form data, page state and event source
Throws:
FormProcessException - to signal that further processing of the form should be aborted.


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