public interface ChangesetCacheEvent
ChangesetCache
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Changeset> |
getAddedChangesets()
Gets a list of
Changeset s that were added to the cache |
java.util.Collection<Changeset> |
getRemovedChangesets()
Gets a list of
Changeset s that were removed from the cache |
ChangesetCache |
getSource()
The changeset cache the change happened in.
|
java.util.Collection<Changeset> |
getUpdatedChangesets()
Gets a list of
Changeset s that were changed |
ChangesetCache getSource()
ChangesetCache
java.util.Collection<Changeset> getAddedChangesets()
Changeset
s that were added to the cachejava.util.Collection<Changeset> getRemovedChangesets()
Changeset
s that were removed from the cachejava.util.Collection<Changeset> getUpdatedChangesets()
Changeset
s that were changed