public interface AuditEventListener extends EventListener<AuditEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
eventArrived(AuditEvent evt)
This method is called when a new event arrives at the listener.
|
void |
eventsArrived(Collection<AuditEvent> events)
Deprecated.
|
void eventArrived(AuditEvent evt)
After the dispatcher calls this method each listener gets a call to
#notify(), thus a listener might wait for packets to arrive.
eventArrived in interface EventListener<AuditEvent>evt - The event which arrived.void eventsArrived(Collection<AuditEvent> events)
eventArrived(AuditEvent) for each of the given
events, but may be handled in a more efficient way by implementations
capable of processing blocks of events.events - The block of events arrived.Copyright © 2013 jwall.org. All Rights Reserved.