fr.inra.refcomp.client.admin.skills
Class AutoLoadTreeCallback

java.lang.Object
  extended by fr.inra.refcomp.client.admin.skills.AutoLoadTreeCallback
All Implemented Interfaces:
com.google.gwt.user.client.rpc.AsyncCallback<List<Skill>>

public class AutoLoadTreeCallback
extends Object
implements com.google.gwt.user.client.rpc.AsyncCallback<List<Skill>>

User: couteau Date: 13/01/11


Field Summary
protected  com.google.gwt.user.client.ui.Tree browseTree
           
 
Constructor Summary
AutoLoadTreeCallback(com.google.gwt.user.client.ui.Tree browseTree)
           
 
Method Summary
 void onFailure(Throwable caught)
           
 void onSuccess(List<Skill> skills)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

browseTree

protected com.google.gwt.user.client.ui.Tree browseTree
Constructor Detail

AutoLoadTreeCallback

public AutoLoadTreeCallback(com.google.gwt.user.client.ui.Tree browseTree)
Method Detail

onFailure

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

onSuccess

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


Copyright © 2010-2011 Code Lutin. All Rights Reserved.