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

com.yy.androidlib.util.prettytime.LocaleAware Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.yy.androidlib.util.prettytime;

import java.util.Locale;

/**
 * An object that behaves differently for various {@link java.util.Locale} settings.
 *
 * @author Lincoln Baxter, III
 */
public interface LocaleAware {
    /**
     * Set the {@link java.util.Locale} for which this instance should behave in.
     */
    public TYPE setLocale(Locale locale);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy