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 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 PropertyChangeEvent
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringMethods inherited from class EventObject
getSource
-
Constructor Details
-
CollectionChangedEvent
-
-
Method Details
-
getAdditions
-
getDeletions
-
getRefreshes
-
hasChanges
public boolean hasChanges()
-