videoautomat
Class LogEntryFilterImpl
java.lang.Object
|
+--videoautomat.LogEntryFilterImpl
- All Implemented Interfaces:
- log.LogEntryFilter
- public class LogEntryFilterImpl
- extends Object
- implements log.LogEntryFilter
This class implements a LogEntryFilter
to filter out LogEntryVideo
Method Summary |
boolean |
accept(log.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(log.LogEntry le)
- Specified by:
accept
in interface log.LogEntryFilter
- Parameters:
le
- the LogEntry
to be checked
- Returns:
- true if the given entry is of type
LogEntryVideo
, otherwise false. - See Also:
LogEntryFilter.accept(log.LogEntry)