package io.github.memfis19.cadar.event; import java.util.Calendar; public interface OnMonthChangeListener { void onMonthChanged(Calendar calendar); }