javax.media.jai
Class CollectionChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byjava.beans.PropertyChangeEvent
          extended byjavax.media.jai.PropertyChangeEventJAI
              extended byjavax.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)
           
 
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)