package javax.baja.security; public interface Auditor { void audit(AuditEvent auditEvent); }