package com.cappielloantonio.play.interfaces; public interface DecadesCallback { void onLoadYear(int year); }