|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.application.AppsDatabaseFilter
public abstract class AppsDatabaseFilter
Abstract class for the filters.
Instances of concrete classes that extend AppsDatabaseFilter
are passed to the AppsDatabase.getAppAttributes and AppsDatabase.getAppIDs methods
to allow an applications to set a filter on the list of applications
(respectively AppAttributes and AppIDs) that it wants
to retrieve from the AppDatabase.
Constructor Summary | |
---|---|
AppsDatabaseFilter()
Construct an AppsDatabaseFilter object. |
Method Summary | |
---|---|
abstract boolean |
accept(AppID appid)
Test if a specified appid should be included in the Enumeration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppsDatabaseFilter()
Method Detail |
---|
public abstract boolean accept(AppID appid)
appid
- the specified appid to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |