Interface IChangeIndex
- All Known Implementing Classes:
DefaultChangeIndex
public interface IChangeIndex
-
Method Summary
Modifier and TypeMethodDescriptionlong
There is a coutner which is increased after each indication of a change.void
This method is to be called by the application to indicate that some change has happened to the object that this instance refers to.
-
Method Details
-
getChangeIndex
long getChangeIndex()There is a coutner which is increased after each indication of a change. This method returns the current counter. -
indicateChange
void indicateChange()This method is to be called by the application to indicate that some change has happened to the object that this instance refers to.
-