TvDataService
instead.public interface TvDataService
Modifier and Type | Method and Description |
---|---|
Channel[] |
checkForAvailableChannels(ProgressMonitor monitor)
Deprecated.
|
Version |
getAPIVersion()
Deprecated.
Gets the Version of the implemented API
Since TV-Browser 0.9.7 getAPIVersion must return 1.0
|
Channel[] |
getAvailableChannels()
Deprecated.
Gets the list of the channels that are available by this data service.
|
PluginInfo |
getInfo()
Deprecated.
Gets information about this TvDataService
|
SettingsPanel |
getSettingsPanel()
Deprecated.
|
boolean |
hasSettingsPanel()
Deprecated.
|
void |
loadSettings(Properties settings)
Deprecated.
Called by the host-application during start-up.
|
void |
setWorkingDirectory(File dataDir)
Deprecated.
|
Properties |
storeSettings()
Deprecated.
Called by the host-application during shut-down.
|
boolean |
supportsAutoUpdate()
Deprecated.
Gets if the data service supports auto upate of data.
|
boolean |
supportsDynamicChannelList()
Deprecated.
|
void |
updateTvData(TvDataUpdateManager updateManager,
Channel[] channelArr,
Date startDate,
int dateCount,
ProgressMonitor monitor)
Deprecated.
Updates the TV listings provided by this data service.
|
void setWorkingDirectory(File dataDir)
void updateTvData(TvDataUpdateManager updateManager, Channel[] channelArr, Date startDate, int dateCount, ProgressMonitor monitor) throws TvBrowserException
TvBrowserException
void loadSettings(Properties settings)
Properties storeSettings()
boolean hasSettingsPanel()
SettingsPanel getSettingsPanel()
Channel[] getAvailableChannels()
Channel[] checkForAvailableChannels(ProgressMonitor monitor) throws TvBrowserException
TvBrowserException
boolean supportsDynamicChannelList()
PluginInfo getInfo()
Version getAPIVersion()
boolean supportsAutoUpdate()
True
if the data service supports the auto update,
false
otherwise.TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)