Package com.zfabrik.util.sync
Interface ISynchronization
-
- All Known Implementing Classes:
SynchronizationImpl
public interface ISynchronization
Context interface passed on toISynchronizer
implementations during synchronizations.- Author:
- hb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.String>
getInvalidationSet()
gets the current set of invalid resources.
-