All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.solovyev.android.tasks.NamedContextTask Maven / Gradle / Ivy

There is a newer version: 1.1.18
Show newest version
package org.solovyev.android.tasks;

import android.content.Context;

import javax.annotation.Nonnull;

/**
 * User: serso
 * Date: 4/8/13
 * Time: 9:17 PM
 */
public interface NamedContextTask extends ContextTask {

	@Nonnull
	String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy