com.google.zxing.client.android.result.supplement
Class SupplementalInfoRetriever

java.lang.Object
  extended by com.google.zxing.client.android.result.supplement.SupplementalInfoRetriever
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>

public abstract class SupplementalInfoRetriever
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>


Method Summary
 java.lang.Void call()
           
static void maybeInvokeRetrieval(android.widget.TextView textView, ParsedResult result, android.os.Handler handler, HistoryManager historyManager, android.content.Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

maybeInvokeRetrieval

public static void maybeInvokeRetrieval(android.widget.TextView textView,
                                        ParsedResult result,
                                        android.os.Handler handler,
                                        HistoryManager historyManager,
                                        android.content.Context context)

call

public final java.lang.Void call()
                          throws java.io.IOException,
                                 java.lang.InterruptedException
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Throws:
java.io.IOException
java.lang.InterruptedException