mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
7 lines
116 B
Java
7 lines
116 B
Java
|
|
package com.cappielloantonio.play.interfaces;
|
||
|
|
|
||
|
|
|
||
|
|
public interface DecadesCallback {
|
||
|
|
void onLoadYear(int year);
|
||
|
|
}
|