mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 18:31:40 +00:00
5 lines
119 B
Java
5 lines
119 B
Java
package com.cappielloantonio.play.interfaces;
|
|
|
|
public interface MediaIndexCallback {
|
|
void onRecovery(int index);
|
|
}
|