org.sakaiproject.tool.assessment.ui.listener.author
Class EditTemplateListener

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

public class EditTemplateListener
extends TemplateBaseListener
implements javax.faces.event.ActionListener

Description: Action Listener to edit a new or existing template


Constructor Summary
EditTemplateListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard processAction.
 
Methods inherited from class org.sakaiproject.tool.assessment.ui.listener.author.TemplateBaseListener
getAssessmentTemplate, lookupTemplateBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTemplateListener

public EditTemplateListener()
Method Detail

processAction

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

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


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