public interface EventAction
This interface defines the basic methods which need to be provided by event-actions.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map<String,Object> ctx,
AuditEvent evt) |
String |
getLabel() |
String |
getName() |
Map<String,String> |
getParameters() |
List<String> |
getValues() |
Copyright © 2014 jwall.org. All rights reserved.