org.apache.commons.events.observable.standard
Interface StandardModificationListener

All Superinterfaces:
EventListener, ModificationListener, StandardPostModificationListener, StandardPreModificationListener

public interface StandardModificationListener
extends StandardPreModificationListener, StandardPostModificationListener

A listener for the StandardModificationHandler that is called both before the collection is changed and after the change has occurred.

Since:
Commons Events 1.0
Version:
$Revision: 155443 $ $Date: 2005-02-26 13:19:51 +0000 (Sat, 26 Feb 2005) $
Author:
Stephen Colebourne

Method Summary
 
Methods inherited from interface org.apache.commons.events.observable.standard.StandardPreModificationListener
modificationOccurring
 
Methods inherited from interface org.apache.commons.events.observable.standard.StandardPostModificationListener
modificationOccurred
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.