org.homeunix.thecave.moss.data.list
Class CollectionChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.homeunix.thecave.moss.data.list.CollectionChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class CollectionChangeEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CollectionChangeEvent(java.util.Collection<?> source)
           
 
Method Summary
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CollectionChangeEvent

public CollectionChangeEvent(java.util.Collection<?> source)