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

All Superinterfaces:
EventListener, ModificationListener
All Known Subinterfaces:
StandardModificationListener

public interface StandardPostModificationListener
extends ModificationListener

A listener for the StandardModificationHandler that is called when a collection has been changed.

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
 void modificationOccurred(StandardPostModificationEvent event)
          A collection modification occurred.
 

Method Detail

modificationOccurred

void modificationOccurred(StandardPostModificationEvent event)
A collection modification occurred.

This method should be processed quickly, as with all event handling. It should also avoid modifying the event source (the collection). Finally it should avoid throwing an exception.

Parameters:
event - the event detail


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