org.jwall.web.audit.rules.actions
Class AbstractEventAction

java.lang.Object
  extended by org.jwall.web.audit.rules.actions.AbstractEventAction
All Implemented Interfaces:
EventAction

public abstract class AbstractEventAction
extends Object
implements EventAction

This class implements an abstract event-action.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
AbstractEventAction()
           
 
Method Summary
abstract  String getName()
           
 List<String> getValues()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jwall.web.audit.rules.EventAction
execute, getLabel, getParameters
 

Constructor Detail

AbstractEventAction

public AbstractEventAction()
Method Detail

getName

public abstract String getName()
Specified by:
getName in interface EventAction

getValues

public List<String> getValues()
Specified by:
getValues in interface EventAction


Copyright © 2012 jwall.org. All Rights Reserved.