|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.tv.service.navigation.ServiceFilter
org.dvb.service.navigation.CompatibleServiceFilter
public final class CompatibleServiceFilter
CompatibleServiceFilter represents a ServiceFilter based on the capabilities of the receiver. A ServiceList resulting from this filter will include only services which are compatible with this receiver.
Constructor Summary | |
---|---|
CompatibleServiceFilter()
Constructs the filter |
Method Summary | |
---|---|
boolean |
accept(javax.tv.service.Service service)
Tests if the given service passes the filter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompatibleServiceFilter()
Method Detail |
---|
public boolean accept(javax.tv.service.Service service)
accept
in class javax.tv.service.navigation.ServiceFilter
service
- An individual Service
to be evaluated
against the filtering algorithm.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |