org.apache.archiva.audit
Interface AuditListener

All Known Implementing Classes:
AuditLog, MetadataAuditListener

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.


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.