Uses of Interface
org.apache.commons.events.observable.ModificationListener

Packages that use ModificationListener
org.apache.commons.events.observable.standard   
 

Uses of ModificationListener in org.apache.commons.events.observable.standard
 

Subinterfaces of ModificationListener in org.apache.commons.events.observable.standard
 interface StandardModificationListener
          A listener for the StandardModificationHandler that is called both before the collection is changed and after the change has occurred.
 interface StandardPostModificationListener
          A listener for the StandardModificationHandler that is called when a collection has been changed.
 interface StandardPreModificationListener
          A listener for the StandardModificationHandler that is called when a collection is about to be modified.
 



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