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

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

public class StartCreateItemListener
extends Object
implements javax.faces.event.ValueChangeListener, javax.faces.event.ActionListener

Title: Samigo

Description: Sakai Assessment Manager

Organization: Sakai Project


Constructor Summary
StartCreateItemListener()
           
 
Method Summary
 void processAction(javax.faces.event.ActionEvent ae)
          Standard process action method.
 void processValueChange(javax.faces.event.ValueChangeEvent ae)
          Standard process action method.
 boolean startCreateItem(ItemAuthorBean itemauthorbean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartCreateItemListener

public StartCreateItemListener()
Method Detail

processValueChange

public void processValueChange(javax.faces.event.ValueChangeEvent ae)
                        throws javax.faces.event.AbortProcessingException
Standard process action method.

Specified by:
processValueChange in interface javax.faces.event.ValueChangeListener
Parameters:
ae - ValueChangeEvent
Throws:
javax.faces.event.AbortProcessingException

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

startCreateItem

public boolean startCreateItem(ItemAuthorBean itemauthorbean)


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