|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for the internet clients. Access to those methods common to all running
instances of the client (e.g. operations on bookmark lists) are all carried out through the
service objects associated with the InternetClient
object in question. These are
accessed using the getService()
method.
Method Summary | |
void |
addInternetClientListener(InternetClientListener l)
Add a listener for InternetClientEvents . |
InternetClientService |
getService()
Get the service object which matches this internet client. |
javax.tv.locator.Locator[] |
getServiceContentLocators()
Reports the portions of the service on which this handler operates. |
void |
removeInternetClientListener(InternetClientListener l)
Remove a listener for InternetClientEvents . |
Method Detail |
public InternetClientService getService()
InternetClient
object.public void addInternetClientListener(InternetClientListener l)
InternetClientEvents
. If the listener is already registered,
or the client is not running, then calls to this method have no effect.l
- the listener to be added.public void removeInternetClientListener(InternetClientListener l)
InternetClientEvents
. If the listener is not registered,
or the client is not running, then calls to this method have no effect.l
- the listener to be added.public javax.tv.locator.Locator[] getServiceContentLocators()
getServiceContentLocators
in interface javax.tv.service.selection.ServiceContentHandler
getService().getLocator()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |