com.arsdigita.formbuilder.ui
Class PropertiesEditor.PropertiesFormProcessListener

java.lang.Object
  extended bycom.arsdigita.formbuilder.ui.PropertiesEditor.PropertiesFormProcessListener
All Implemented Interfaces:
EventListener, FormProcessListener
Enclosing class:
PropertiesEditor

protected class PropertiesEditor.PropertiesFormProcessListener
extends Object
implements FormProcessListener


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.event.FormProcessListener
versionId
 
Constructor Summary
PropertiesEditor.PropertiesFormProcessListener(FormProcessListener l)
           
 
Method Summary
 void process(FormSectionEvent e)
          Performs a processing step on the data in the FormData object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesEditor.PropertiesFormProcessListener

public PropertiesEditor.PropertiesFormProcessListener(FormProcessListener l)
Method Detail

process

public void process(FormSectionEvent e)
             throws FormProcessException
Description copied from interface: FormProcessListener
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

Specified by:
process in interface FormProcessListener
Throws:
FormProcessException


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