devplugin
Interface ProgramFilter
- All Known Implementing Classes:
- ChannelFilter, FaytFilter, InfoBitFilter, PluginFilter, PluginsProgramFilter, SearchFilter, SeparatorFilter, ShowAllFilter, UserFilter
public interface ProgramFilter
Defines the filtering behavior.
accept
boolean accept(Program program)
- Parameters:
program
- the program to be checked
- Returns:
- true, if the filter accepts the specified program
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getName
java.lang.String getName()
- Returns:
- the name of this filter
TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)