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

net.sf.andromedaioc.android.AndromedaContextHolder Maven / Gradle / Ivy

The newest version!
package net.sf.andromedaioc.android;

import net.sf.andromedaioc.context.AndromedaContext;

/**
 * Andromeda context holder
 *
 * @author Alexey Mitrov
 */
public interface AndromedaContextHolder {

    /**
     * Should return andromeda context
     *
     * @return andromeda context
     */
    AndromedaContext getAndromedaContext();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy