SalesPoint v3.3 API

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

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

Override:
Always

SalesPoint v3.3 API