videoautomat
Class LogEntryFilterImpl
java.lang.Object
videoautomat.LogEntryFilterImpl
public class LogEntryFilterImpl
- extends Object
This class implements a LogEntryFilter
to filter out LogEntryVideo
Method Summary |
boolean |
accept(LogEntry le)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntryFilterImpl
public LogEntryFilterImpl()
accept
public boolean accept(LogEntry le)
- Parameters:
le
- the LogEntry
to be checked
- Returns:
- true if the given entry is of type
LogEntryVideo
, otherwise false. - See Also:
log.LogEntryFilter#accept(log.LogEntry)