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