javax.media.jai
Class CollectionChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by java.beans.PropertyChangeEvent
          extended by javax.media.jai.PropertyChangeEventJAI
              extended by javax.media.jai.CollectionChangeEvent
All Implemented Interfaces:
Serializable

public class CollectionChangeEvent
extends PropertyChangeEventJAI

Class representing an event generated by a CollectionOp when the wrapped Collection is regenerated.

Since:
JAI 1.1
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CollectionChangeEvent(CollectionOp source, Collection oldValue, Collection newValue)
           
 
Method Summary
 
Methods inherited from class javax.media.jai.PropertyChangeEventJAI
getOriginalPropertyName
 
Methods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionChangeEvent

public CollectionChangeEvent(CollectionOp source,
                             Collection oldValue,
                             Collection newValue)