com.gfk.senbot.framework.data.ReferenceServicePopulator Maven / Gradle / Ivy
package com.gfk.senbot.framework.data;
/**
*
* This interface is meant for classes that want to fill the SenBotReferenceService with live
*
* @author joostschouten
*
*/
public interface ReferenceServicePopulator {
void populate(SenBotReferenceService referenceService);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy