public interface Audience
| Modifier and Type | Interface and Description |
|---|---|
static class |
Audience.AudienceInfo
The known audiences
|
| Modifier and Type | Method and Description |
|---|---|
Audience.AudienceInfo |
getInfo() |
boolean |
matches(ILogEntry log)
Check if the passed log matches with the criteria of
the audience.
|
Audience.AudienceInfo getInfo()
boolean matches(ILogEntry log)
log - The log to checktrue if the log can be accepted