SalesPoint Framework v3.1

log
Interface LogEntryFilter


public interface LogEntryFilter

A filter that can be used to view only selected LogEntries.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
LogEntry, LogInputStream

Method Summary
 boolean accept(LogEntry le)
          Return whether or not the given LogEntry belongs to the set of visible LogEntries.
 

Method Detail

accept

public boolean accept(LogEntry le)
Return whether or not the given LogEntry belongs to the set of visible LogEntries.

Override:
Always

SalesPoint Framework v3.1