org.springframework.binding.form.support
Class CommitListenerAdapter
java.lang.Object
org.springframework.binding.form.support.CommitListenerAdapter
- All Implemented Interfaces:
- CommitListener
public abstract class CommitListenerAdapter
- extends Object
- implements CommitListener
Adapter for the CommitListener interface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommitListenerAdapter
public CommitListenerAdapter()
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.