public interface InternetClient extends ServiceContentHandler
InternetClient object in question. These are
accessed using the getService() method.| Modifier and Type | Method and Description |
|---|---|
void |
addInternetClientListener(InternetClientListener l)
Add a listener for
InternetClientEvents. |
InternetClientService |
getService()
Get the service object which matches this internet client.
|
Locator[] |
getServiceContentLocators()
Reports the portions of the service on which this handler operates.
|
void |
removeInternetClientListener(InternetClientListener l)
Remove a listener for
InternetClientEvents. |
InternetClientService getService()
InternetClient object.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.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.Locator[] getServiceContentLocators()
getServiceContentLocators in interface ServiceContentHandlergetService().getLocator().ServiceContext.select(Locator[] components)Copyright © 2012 code4tv.com. All Rights Reserved.