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


public interface SoundResourceCallback

A callback used when loading external text resources.


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

Method Detail

onError

void onError(ResourceException e)

onSuccess

void onSuccess(SoundResource resource)