mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Imports optimization and entries rearranged
This commit is contained in:
@@ -23,14 +23,14 @@ public interface Playback {
|
||||
|
||||
int getProgress();
|
||||
|
||||
int getDuration();
|
||||
|
||||
void setProgress(int progress);
|
||||
|
||||
void setVolume(int volume);
|
||||
int getDuration();
|
||||
|
||||
int getVolume();
|
||||
|
||||
void setVolume(int volume);
|
||||
|
||||
interface PlaybackCallbacks {
|
||||
void onStateChanged(int state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user