Uses of Class
org.apache.commons.events.observable.ModificationEvent

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

Uses of ModificationEvent in org.apache.commons.events.observable
 

Fields in org.apache.commons.events.observable declared as ModificationEvent
protected  ModificationEvent ModificationVetoedException.event
          The source event
 

Methods in org.apache.commons.events.observable that return ModificationEvent
 ModificationEvent ModificationVetoedException.getEvent()
          Gets the event that caused the veto.
 

Constructors in org.apache.commons.events.observable with parameters of type ModificationEvent
ModificationVetoedException(String message, ModificationEvent event)
          Constructor.
 

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

Subclasses of ModificationEvent in org.apache.commons.events.observable.standard
 class StandardModificationEvent
          Event class that encapsulates the event information for a standard collection event.
 class StandardPostModificationEvent
          Event class that encapsulates all the event information for a standard collection event.
 class StandardPreModificationEvent
          Event class that encapsulates all the event information for a standard collection event.
 



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