it.amattioli.dominate.properties
Class CollectionChangeEvent

Show UML class diagram
java.lang.Object
  extended by java.util.EventObject
      extended by it.amattioli.dominate.properties.CollectionChangeEvent
All Implemented Interfaces:
Serializable

public class CollectionChangeEvent
extends EventObject

An event fired by a Collection decorated with BoundCollectionDecorator or a List decorated with BoundListDecorator.

Author:
andrea
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
CollectionChangeEvent(Collection<?> source)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionChangeEvent

public CollectionChangeEvent(Collection<?> source)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011. All Rights Reserved.