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

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

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

Subinterfaces of StandardPreModificationListener 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 StandardPreModificationListener
 void StandardModificationHandler.addPreModificationListener(StandardPreModificationListener listener, int mask)
          Adds a pre listener to the list held in the handler.
 void StandardModificationHandler.setPreModificationListenerMask(StandardPreModificationListener listener, int mask)
          Sets the masks of a listener.
 

Constructors in org.apache.commons.events.observable.standard with parameters of type StandardPreModificationListener
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.