org.springframework.binding.form
Interface CommitListener

All Known Implementing Classes:
AbstractDetailForm, AbstractForm, AbstractMasterForm, AbstractReporterForm, AbstractTableMasterForm, CommitListenerAdapter, ContactForm, GeneratedForm, LoginForm, OwnerAddressForm, OwnerGeneralForm, PetForm, StringLenghtConstraintDialog.StringLengthConstraintForm

public interface CommitListener

Listener interface for objects interested in intercepting before and after a form model is commited.

Author:
Keith Donald, Oliver Hutchison

Method Summary
 void postCommit(FormModel formModel)
          Called just after a form model is commited.
 void preCommit(FormModel formModel)
          Called just before a form model is about to commit.
 

Method Detail

preCommit

void preCommit(FormModel formModel)
Called just before a form model is about to commit.


postCommit

void postCommit(FormModel formModel)
Called just after a form model is commited.



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.