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