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

public abstract class CollectionChangedEvent<T> extends PropertyChangeEvent
See Also:
  • Constructor Details

    • CollectionChangedEvent

      public CollectionChangedEvent(Object source, String propertyName, Object oldValue, Object newValue)
  • Method Details

    • getAdditions

      public abstract Collection<T> getAdditions()
    • getDeletions

      public abstract Collection<T> getDeletions()
    • getRefreshes

      public abstract Collection<T> getRefreshes()
    • hasChanges

      public boolean hasChanges()