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

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

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

Subinterfaces of StandardPostModificationListener 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.
 

Methods in org.apache.commons.events.observable.standard with parameters of type StandardPostModificationListener
 void StandardModificationHandler.addPostModificationListener(StandardPostModificationListener listener, int mask)
          Adds a post listener to the list held in the handler.
 void StandardModificationHandler.setPostModificationListenerMask(StandardPostModificationListener listener, int mask)
          Sets the masks of a listener.
 

Constructors in org.apache.commons.events.observable.standard with parameters of type StandardPostModificationListener
StandardModificationHandler(StandardPreModificationListener pre, int preMask, StandardPostModificationListener post, int postMask)
          Constructor the creates the handler but leaves it invalid.
 



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