com.arsdigita.toolbox.ui
Class ModalPanel.FormNavigationListener

java.lang.Object
  extended bycom.arsdigita.toolbox.ui.ModalPanel.FormNavigationListener
All Implemented Interfaces:
EventListener, FormProcessListener
Enclosing class:
ModalPanel

protected final class ModalPanel.FormNavigationListener
extends Object
implements FormProcessListener


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.event.FormProcessListener
versionId
 
Constructor Summary
ModalPanel.FormNavigationListener(Component target)
           
 
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

ModalPanel.FormNavigationListener

public ModalPanel.FormNavigationListener(Component target)
Method Detail

process

public final 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