Package com.smartgwt.client.callbacks
Interface LoadProjectCallback
public interface LoadProjectCallback
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(Project project, Project[] projects, RPCResponse rpcResponse) ACallbackto evaluate afterRPCManager.loadProject()completes.
- 
Method Details- 
executeACallbackto evaluate afterRPCManager.loadProject()completes.If LoadProjectSettings.willHandleErroris set, the callback will fire even if the requested projects could not be retrieved. You can callRPCManager.getLoadProjectErrorStatus()orRPCManager.getLoadProjectErrorMessage()in this case for more information.- Parameters:
- project- the first project loaded
- projects- array of all projects loaded
- rpcResponse- server response
 
 
-