package com.mozu.mozuandroidinstoreassistant.app.tasks; public interface LocationNameFetchListener { void locationNameLoaded(String name); }