Fix code style

This commit is contained in:
CappielloAntonio 2021-04-19 15:24:42 +02:00
parent ff1f4ef106
commit 99135a0e0d
7 changed files with 28 additions and 12 deletions

View file

@ -3,6 +3,7 @@ package com.cappielloantonio.play.interfaces;
import java.util.List;
public interface MediaCallback {
void onError(Exception exception);
void onLoadMedia(List<?> media);

View file

@ -1,6 +1,7 @@
package com.cappielloantonio.play.interfaces;
public interface MusicServiceEventListener {
void onServiceConnected();
void onServiceDisconnected();