org.kuali.student.common.ui.client.mvc
Interface Callback<T>


public interface Callback<T>

Generic callback used in place of return values, in cases where a response may be asynchronous, or may require a call to another method that is asynchronous.

Author:
Kuali Student Team

Method Summary
 void exec(T result)
           
 

Method Detail

exec

void exec(T result)


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