-
public interface TvDataUpdateListener
A listener that listens for TV update events.- Author:
- Til Schneider, www.murfman.de
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
tvDataUpdateFinished()
Is called when a the TV data update has finished.void
tvDataUpdateStarted(Date until)
Is called when a the TV data update has started.
-
-
-
Method Detail
-
tvDataUpdateStarted
void tvDataUpdateStarted(Date until)
Is called when a the TV data update has started.- Parameters:
until
- The last date that will be updated.- Since:
- 3.3.3
-
tvDataUpdateFinished
void tvDataUpdateFinished()
Is called when a the TV data update has finished.
-
-