org.pentaho.platform.dataaccess.datasource.wizard.steps
Class StageDataStep.StageFileCallback

java.lang.Object
  extended by org.pentaho.platform.dataaccess.datasource.wizard.steps.StageDataStep.StageFileCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<ModelInfo>
Enclosing class:
StageDataStep

public class StageDataStep.StageFileCallback
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<ModelInfo>


Constructor Summary
StageDataStep.StageFileCallback()
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(ModelInfo aModelInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageDataStep.StageFileCallback

public StageDataStep.StageFileCallback()
Method Detail

onSuccess

public void onSuccess(ModelInfo aModelInfo)
Specified by:
onSuccess in interface com.google.gwt.user.client.rpc.AsyncCallback<ModelInfo>

onFailure

public void onFailure(Throwable caught)
Specified by:
onFailure in interface com.google.gwt.user.client.rpc.AsyncCallback<ModelInfo>