org.kuali.student.common.ui.client.event
Interface SaveActionHandler

All Superinterfaces:
ApplicationEventHandler, com.google.gwt.event.shared.EventHandler

public interface SaveActionHandler
extends ApplicationEventHandler

A save action handler should be implemented to carry out a save operation in response to a save action. A SaveAction will have an ActionCompleteCallback, which should be invoked upon completion of a save action to notify the action requester of a success/failed save action.

Author:
Kuali Student Team

Method Summary
 void doSave(SaveActionEvent saveAction)
           
 

Method Detail

doSave

void doSave(SaveActionEvent saveAction)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.