org.jwall.web.audit.rules
Interface EventAction
- All Known Implementing Classes:
- AbstractEventAction
public interface EventAction
This interface defines the basic methods which need to be provided by
event-actions.
- Author:
- Christian Bockermann <chris@jwall.org>
getName
String getName()
getLabel
String getLabel()
getValues
List<String> getValues()
getParameters
Map<String,String> getParameters()
execute
void execute(Map<String,Object> ctx,
AuditEvent evt)
Copyright © 2012 jwall.org. All Rights Reserved.