Interface IUpdateCompleteListener
-
- All Known Implementing Classes:
UpdateCompleteBasedScheduler
public interface IUpdateCompleteListener
This interface is used for listening to update complete events sent by anIUpdateCompleteProvider
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateComplete()
This method is called when an update complete event occurs.
-