Videoautomat

videoautomat
Class LogEntryFilterImpl

java.lang.Object
  extended by videoautomat.LogEntryFilterImpl

public class LogEntryFilterImpl
extends Object

This class implements a LogEntryFilter to filter out LogEntryVideo


Constructor Summary
LogEntryFilterImpl()
           
 
Method Summary
 boolean accept(LogEntry le)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntryFilterImpl

public LogEntryFilterImpl()
Method Detail

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)

Videoautomat