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

com.stanfy.enroscar.goro.ServiceContextAware Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC5
Show newest version
package com.stanfy.enroscar.goro;

import android.content.Context;

/**
 * Indicates a task that can be supplied with a service context instance the task in executed in.
 * This interface addresses a problem of injecting Android {@link android.content.Context} instance
 * into tasks that are packed into {@link android.os.Parcel}.
 *
 * @author Roman Mazur - Stanfy (http://stanfy.com)
 */
public interface ServiceContextAware {

  void injectServiceContext(Context context);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy