public class AudioUploadActionListener extends Object implements javax.faces.event.ActionListener
Title: Samigo
Purpose: When student makes a recording for an audio question type the audio recorder applet makes a copy of the local recording and posts it to a special servlet,
org.sakaiproject.tool.assessment.ui.servlet.delivery.UploadAudioMediaServlet,
that copies it to a designated file on the server.
When that student then posts the answer by pressing the Update button, the
actual grading record is made.
Description: Sakai Assessment Manager
| Constructor and Description |
|---|
AudioUploadActionListener() |
public void processAction(javax.faces.event.ActionEvent ae)
throws javax.faces.event.AbortProcessingException
processAction in interface javax.faces.event.ActionListenerae - the action event triggering the processAction methodjavax.faces.event.AbortProcessingExceptionCopyright © 2005-2014 Sakai Project. All Rights Reserved.