org.sakaiproject.tool.assessment.ui.listener.questionpool
Class PoolSaveListener

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

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

Title: Samigo

Description: Sakai Assessment Manager

Version:
$Id: PoolSaveListener.java 17186 2006-10-18 07:10:01Z lydial@stanford.edu $

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

Constructor Detail

PoolSaveListener

public PoolSaveListener()
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

savePool

public boolean savePool(QuestionPoolBean qpbean)

startRemoveItems

public boolean startRemoveItems(QuestionPoolBean qpoolbean)


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