org.solovyev.android.tasks
Interface NamedContextTask<C extends android.content.Context,V>

All Superinterfaces:
Callable<V>, ContextCallback<C,V>, ContextTask<C,V>

public interface NamedContextTask<C extends android.content.Context,V>
extends ContextTask<C,V>

User: serso Date: 4/8/13 Time: 9:17 PM


Method Summary
 String getName()
           
 
Methods inherited from interface java.util.concurrent.Callable
call
 
Methods inherited from interface org.solovyev.android.tasks.ContextCallback
onFailure, onSuccess
 

Method Detail

getName

@Nonnull
String getName()


Copyright © 2013. All Rights Reserved.