com.arsdigita.bebop.event
Interface FormCancelListener

All Superinterfaces:
EventListener

public interface FormCancelListener
extends EventListener

Defines the interface for a class that performs cleanup after cancelling out of a form

Version:
$Id: //core-platform/dev/src/com/arsdigita/bebop/event/FormCancelListener.java#7 $
Author:
Kevin Scaldeferri

Method Summary
 void cancel(FormSectionEvent e)
          Performs any necessary cleanup after a user cancels out of a form
 

Method Detail

cancel

public void cancel(FormSectionEvent e)
            throws FormProcessException
Performs any necessary cleanup after a user cancels out of a form

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.

Throws:
FormProcessException


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