public class TotalScoreUpdateListener extends Object implements javax.faces.event.ActionListener
This handles the updating of the Total Score page.
Description: Action Listener Evaluation Updating Total Score front door
Copyright: Copyright (c) 2004
Organization: Sakai Project
| Constructor and Description |
|---|
TotalScoreUpdateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
processAction(javax.faces.event.ActionEvent ae)
Standard process action method.
|
boolean |
saveTotalScores(TotalScoresBean bean)
Persist the results from the ActionForm in the total page.
|
public void processAction(javax.faces.event.ActionEvent ae)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerae - ActionEventjavax.faces.event.AbortProcessingExceptionpublic boolean saveTotalScores(TotalScoresBean bean)
bean - TotalScoresBean beanCopyright © 2005-2014 Sakai Project. All Rights Reserved.