|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface ResourceLoader.ResourceLoadListener
Event listener that gets notified when a resource has been loaded
| Method Summary | |
|---|---|
void |
onError(ResourceLoader.ResourceLoadEvent event)
Notifies this ResourceLoadListener that a resource could not be loaded, e.g. |
void |
onLoad(ResourceLoader.ResourceLoadEvent event)
Notifies this ResourceLoadListener that a resource has been loaded. |
| Method Detail |
|---|
void onLoad(ResourceLoader.ResourceLoadEvent event)
event - a resource load event with information about the loaded
resourceResourceLoader.ResourceLoadEventvoid onError(ResourceLoader.ResourceLoadEvent event)
event - a resource load event with information about the resource
that could not be loaded.ResourceLoader.ResourceLoadEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||