com.google.gwt.libideas.resources.client
Interface TextResourceCallback


public interface TextResourceCallback

A callback used when loading external text resources.


Method Summary
 void onError(ResourceException e)
           
 void onSuccess(TextResource resource)
           
 

Method Detail

onError

void onError(ResourceException e)

onSuccess

void onSuccess(TextResource resource)