doum
2025-11-14 636657915c0ba75e10a977a2863295f29fb3142d
1
2
3
4
5
6
7
8
package com.example.datalibrary.deptrum;
 
public interface ISimplePlayer {
 
    public void onPlayStart();
 
    public void onReceiveState(int state);
}