Class CollectionChangedEvent<T>
java.lang.Object
java.util.EventObject
java.beans.PropertyChangeEvent
org.aksw.commons.collection.observable.CollectionChangedEvent<T>
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CollectionChangedEventImpl
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionCollectionChangedEvent(Object source, String propertyName, Object oldValue, Object newValue) -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<T>abstract Collection<T>abstract Collection<T>booleanMethods inherited from class java.beans.PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
CollectionChangedEvent
-
-
Method Details
-
getAdditions
-
getDeletions
-
getRefreshes
-
hasChanges
public boolean hasChanges()
-