org.jwall.audit.rules
Interface EventRule<E extends Event>

All Known Implementing Classes:
AuditEventRule

public interface EventRule<E extends Event>


Method Summary
 boolean matches(E event, RuleContext ctx)
           
 

Method Detail

matches

boolean matches(E event,
                RuleContext ctx)
                throws RuleException
Throws:
RuleException


Copyright © 2012 jwall.org. All Rights Reserved.