Added LeakCanary
This commit is contained in:
parent
e0cb18da1a
commit
2564b99fa5
26 changed files with 301 additions and 137 deletions
|
|
@ -3,10 +3,14 @@ package com.kabouzeid.gramophone.interfaces;
|
|||
/**
|
||||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public interface MusicStateListener {
|
||||
public interface MusicServiceEventListener {
|
||||
void onPlayingMetaChanged();
|
||||
|
||||
void onPlayStateChanged();
|
||||
|
||||
void onRepeatModeChanged();
|
||||
|
||||
void onShuffleModeChanged();
|
||||
|
||||
void onMediaStoreChanged();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue