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)
events - The block of events arrived.Copyright © 2021 jwall.org. All rights reserved.