org.apache.maven.archiva.repository.audit
Interface AuditListener

Package class diagram package AuditListener
All Known Implementing Classes:
AuditLog

public interface AuditListener

AuditListener


Method Summary
 void auditEvent(AuditEvent event)
          Notification that an audit event occured.
 

Method Detail

auditEvent

void auditEvent(AuditEvent event)
Notification that an audit event occured.

Parameters:
event - the event details.