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

com.webstersmalley.tv.service.imdb.ImdbDataRetriever Maven / Gradle / Ivy

package com.webstersmalley.tv.service.imdb;

import com.webstersmalley.tv.domain.Program;

/**
 * Created by: Matthew Smalley
 * Date: 13/05/13
 */
public interface ImdbDataRetriever {
    void addImdbData(Program program);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy