public interface TvDataUpdateManager
Modifier and Type | Method and Description |
---|---|
boolean |
cancelDownload()
Returns whether the download should be canceled.
|
boolean |
checkConnection()
checks the network connection.
|
boolean |
isDayProgramAvailable(Date date,
Channel channel)
Gets whether a certain day program is available.
|
void |
updateDayProgram(MutableChannelDayProgram program)
Updates the given day program.
|
void updateDayProgram(MutableChannelDayProgram program)
program
- The day program to update.boolean isDayProgramAvailable(Date date, Channel channel)
date
- The date of the day program to check.channel
- The channel of the day program to check.boolean cancelDownload()
boolean checkConnection()
true
, if the network is availableTV-Browser 3.4.1.0, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)