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

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

public class QuestionScorePagerListener
extends Object
implements javax.faces.event.ActionListener, javax.faces.event.ValueChangeListener

This handles the updating of the Question Score page.

Description: Action Listener Evaluation Updating Question Score front door

Copyright: Copyright (c) 2004

Organization: Sakai Project

Version:
$Id: QuestionScoreUpdateListener.java 13037 2006-07-27 20:29:15Z lydial@stanford.edu $
Author:
Ed Smiley

Constructor Summary
QuestionScorePagerListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent event)
          Standard process action method.
 void processValueChange(javax.faces.event.ValueChangeEvent event)
          Process a value change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuestionScorePagerListener

public QuestionScorePagerListener()
Method Detail

processAction

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

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

processValueChange

public void processValueChange(javax.faces.event.ValueChangeEvent event)
Process a value change.

Specified by:
processValueChange in interface javax.faces.event.ValueChangeListener


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