public interface AuditEventSource
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
This method returns true if there is at least one more event pending, so
if
hasNext returns true, the next call to nextEvent
should neither fail nor throw an exception. |
AuditEvent |
nextEvent()
Returns the next available AuditEvent.
|
void |
setFilter(AuditEventFilter filter)
This sets a filter on the source.
|
void setFilter(AuditEventFilter filter)
null.filter - The filter that determines the events which are returned.AuditEvent nextEvent()
null
is returned.boolean hasNext()
hasNext returns true, the next call to nextEvent
should neither fail nor throw an exception.true iff there is another event available.Copyright © 2014 jwall.org. All Rights Reserved.