org.springframework.binding.value
Interface CommitTriggerListener

Show UML class diagram

public interface CommitTriggerListener

Interface to be implemented by classes that listen for the commit and revert events fired by a CommitTriger.

Author:
Oliver Hutchison
See Also:
CommitTrigger

Method Summary
 void commit()
          Called when a commit event is fired.
 void revert()
          Called when a revert event is fired.
 

Method Detail

commit

void commit()
Called when a commit event is fired.


revert

void revert()
Called when a revert event is fired.



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