org.sakaiproject.tool.assessment.ui.listener.evaluation
Class ExportResponsesListener

java.lang.Object
  extended by org.sakaiproject.tool.assessment.ui.listener.evaluation.ExportResponsesListener
All Implemented Interfaces:
EventListener, javax.faces.event.ActionListener, javax.faces.event.FacesListener

public class ExportResponsesListener
extends Object
implements javax.faces.event.ActionListener

This handles the export of student responses.

Description: Action Listener for Evaluation Total Score front door

Version:
$Id: TotalScoreListener.java 30029 2007-05-04 15:41:31Z ktsao@stanford.edu $

Constructor Summary
ExportResponsesListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard process action method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportResponsesListener

public ExportResponsesListener()
Method Detail

processAction

public void processAction(javax.faces.event.ActionEvent ae)
                   throws javax.faces.event.AbortProcessingException
Standard process action method.

Specified by:
processAction in interface javax.faces.event.ActionListener
Parameters:
ae - ActionEvent
Throws:
javax.faces.event.AbortProcessingException


Copyright © 2005-2012 Sakai Project. All Rights Reserved.