FileDocCategorySizeDatePackage
Loader.javaAPI DocAndroid 5.1 API3303Sat Mar 14 14:09:40 GMT 2015android.content

Loader

public class Loader extends Object

Fields Summary
Constructors Summary
public Loader(android.content.Context context)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidabandon()

 throw new RuntimeException("Stub!"); 
public booleancancelLoad()

 throw new RuntimeException("Stub!"); 
public voidcommitContentChanged()

 throw new RuntimeException("Stub!"); 
public java.lang.StringdataToString(D data)

 throw new RuntimeException("Stub!"); 
public voiddeliverCancellation()

 throw new RuntimeException("Stub!"); 
public voiddeliverResult(D data)

 throw new RuntimeException("Stub!"); 
public voiddump(java.lang.String prefix, java.io.FileDescriptor fd, java.io.PrintWriter writer, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
public voidforceLoad()

 throw new RuntimeException("Stub!"); 
public android.content.ContextgetContext()

 throw new RuntimeException("Stub!"); 
public intgetId()

 throw new RuntimeException("Stub!"); 
public booleanisAbandoned()

 throw new RuntimeException("Stub!"); 
public booleanisReset()

 throw new RuntimeException("Stub!"); 
public booleanisStarted()

 throw new RuntimeException("Stub!"); 
protected voidonAbandon()

 throw new RuntimeException("Stub!"); 
protected booleanonCancelLoad()

 throw new RuntimeException("Stub!"); 
public voidonContentChanged()

 throw new RuntimeException("Stub!"); 
protected voidonForceLoad()

 throw new RuntimeException("Stub!"); 
protected voidonReset()

 throw new RuntimeException("Stub!"); 
protected voidonStartLoading()

 throw new RuntimeException("Stub!"); 
protected voidonStopLoading()

 throw new RuntimeException("Stub!"); 
public voidregisterListener(int id, android.content.Loader$OnLoadCompleteListener listener)

 throw new RuntimeException("Stub!"); 
public voidregisterOnLoadCanceledListener(android.content.Loader$OnLoadCanceledListener listener)

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
public voidrollbackContentChanged()

 throw new RuntimeException("Stub!"); 
public final voidstartLoading()

 throw new RuntimeException("Stub!"); 
public voidstopLoading()

 throw new RuntimeException("Stub!"); 
public booleantakeContentChanged()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidunregisterListener(android.content.Loader$OnLoadCompleteListener listener)

 throw new RuntimeException("Stub!"); 
public voidunregisterOnLoadCanceledListener(android.content.Loader$OnLoadCanceledListener listener)

 throw new RuntimeException("Stub!");