com.arsdigita.bebop.event
Interface FormProcessListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AddProcess, AddTask, ChangePasswordForm, DisplayActions.AddSubnodeForm, DisplayActions.MountInstanceForm, DisplayActions.RemoveNodeForm, DisplayActions.UnmountInstanceForm, DisplayTask, ModalPanel.FinishListener, ModalPanel.FormNavigationListener, ModalPanel.ResumeListener, ModalPanel.WidgetNavigationListener, PropertiesEditor.PropertiesFormProcessListener, TestProcessListener, TextForm, UserEditForm, UserNewForm, UserRegistrationForm, UserSearchForm

public interface FormProcessListener
extends EventListener

Defines the interface for a class that performs a processing step on valid data.

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/FormProcessListener.java#8 $
Author:
Karl Goldstein, Uday Mathur

Field Summary
static String versionId
           
 
Method Summary
 void process(FormSectionEvent e)
          Performs a processing step on the data in the FormData object.
 

Field Detail

versionId

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

process

public void process(FormSectionEvent e)
             throws FormProcessException
Performs a processing step on the data in the FormData object.

Implementations of this method are responsible for catching specific exceptions that may occur during processing, and either handling them internally or rethrowing them as instances of FormProcessException to be handled by the calling procedure.

Implementations of this method cannot assume success or failure of other FormProcessListeners associated with a particular FormModeel. Each implementation must act independently

Throws:
FormProcessException


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