Clean ups and refactoring.
This commit is contained in:
parent
9eb147625c
commit
73d613d11d
32 changed files with 239 additions and 295 deletions
|
|
@ -4,10 +4,14 @@ package com.kabouzeid.gramophone.interfaces;
|
|||
* @author Karim Abou Zeid (kabouzeid)
|
||||
*/
|
||||
public interface MusicServiceEventListener {
|
||||
void onPlayingMetaChanged();
|
||||
void onServiceConnected();
|
||||
|
||||
void onServiceDisconnected();
|
||||
|
||||
void onQueueChanged();
|
||||
|
||||
void onPlayingMetaChanged();
|
||||
|
||||
void onPlayStateChanged();
|
||||
|
||||
void onRepeatModeChanged();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue