org.cruxframework.crux.widgets.client.rss.feed
Interface Loader.LoaderCallback

Enclosing class:
Loader

public static interface Loader.LoaderCallback

A callback interface used to signal state changes in the load process.


Method Summary
 void onError(Throwable t)
           
 void onLoad()
           
 

Method Detail

onError

void onError(Throwable t)

onLoad

void onLoad()


Copyright © 2015. All rights reserved.