mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
7 lines
116 B
Java
7 lines
116 B
Java
package com.cappielloantonio.play.interfaces;
|
|
|
|
|
|
public interface DecadesCallback {
|
|
void onLoadYear(int year);
|
|
}
|