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