T - the type of model being requestedpublic interface ModelRequestCallback<T extends Model>
| Modifier and Type | Method and Description |
|---|---|
void |
onModelReady(T model)
Called when the model is available
|
void |
onRequestFail(Throwable cause)
Called when the controller was unable to provide the model
|
void onModelReady(T model)
model - the model that was requestedvoid onRequestFail(Throwable cause)
cause - the exception that prevented the model from being provided, or null if the model was simply not locatedCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.