org.springframework.binding.form.support
Class CommitListenerAdapter

Show UML class diagram
java.lang.Object
  extended by org.springframework.binding.form.support.CommitListenerAdapter
All Implemented Interfaces:
CommitListener

public abstract class CommitListenerAdapter
extends Object
implements CommitListener

Adapter for the CommitListener interface


Constructor Summary
CommitListenerAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitListenerAdapter

public CommitListenerAdapter()
Method Detail

preCommit

public void preCommit(FormModel formModel)
Description copied from interface: CommitListener
Called just before a form model is about to commit.

Specified by:
preCommit in interface CommitListener

postCommit

public void postCommit(FormModel formModel)
Description copied from interface: CommitListener
Called just after a form model is commited.

Specified by:
postCommit in interface CommitListener


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