public class QuestionScoreListener extends Object implements javax.faces.event.ActionListener, javax.faces.event.ValueChangeListener
This handles the selection of the Question Score entry page.
Description: Action Listener for Evaluation Question Score front door
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
QuestionScoreListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(javax.faces.event.ActionEvent event)
Standard process action method.
|
void |
processValueChange(javax.faces.event.ValueChangeEvent event)
Process a value change.
|
boolean |
questionScores(String publishedId,
QuestionScoresBean bean,
boolean isValueChange)
This will populate the QuestionScoresBean with the data associated with
the particular versioned assessment based on the publishedId.
|
public void processAction(javax.faces.event.ActionEvent event)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerevent - ActionEventjavax.faces.event.AbortProcessingExceptionpublic void processValueChange(javax.faces.event.ValueChangeEvent event)
processValueChange in interface javax.faces.event.ValueChangeListenerpublic boolean questionScores(String publishedId, QuestionScoresBean bean, boolean isValueChange)
publishedId - Stringbean - QuestionScoresBeanCopyright © 2005-2014 Sakai Project. All Rights Reserved.