Back to project page Boxee-Thumb-Remote.
The source code is released under:
Apache License
If you think the Android project Boxee-Thumb-Remote listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.evendanan.android.thumbremote; //from ww w . j av a 2 s . c o m public interface ServerStateUrlsProvider { void startOver(); boolean requiresServerStateData(); String[] getServerStateUrls(); void onServerStateResponsesAvailable(String[] responses); void onServerStateRetrievalError(int errorCode); }