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>

Method Summary
 void execute(Map<String,Object> ctx, AuditEvent evt)
           
 String getLabel()
           
 String getName()
           
 Map<String,String> getParameters()
           
 List<String> getValues()
           
 

Method Detail

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.