More information


de.spieleck.pcs.action
Interface Action

All Known Implementing Classes:
TestErrorAction, DefaultAction, ErrorAction, ShowXmlAction, ResetConfigAction, InfoAction

public interface Action

This interface defines methods for an Action.


Method Summary
 ActionResult perform(java.util.Hashtable parameters)
          performs the Action
 

Method Detail

perform

public ActionResult perform(java.util.Hashtable parameters)
                     throws ActionException
performs the Action
Parameters:
parameters - a Hashtable for information needed to perform the Action
Returns:
an instance of ActionResult as result of the Action
Throws:
ActionException - if an exception occurrs during processing

More information