mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-11 00:10:35 -07:00
Fix code style
This commit is contained in:
parent
ff1f4ef106
commit
99135a0e0d
7 changed files with 28 additions and 12 deletions
|
|
@ -3,6 +3,7 @@ package com.cappielloantonio.play.interfaces;
|
|||
import java.util.List;
|
||||
|
||||
public interface MediaCallback {
|
||||
|
||||
void onError(Exception exception);
|
||||
|
||||
void onLoadMedia(List<?> media);
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
package com.cappielloantonio.play.interfaces;
|
||||
|
||||
public interface MusicServiceEventListener {
|
||||
|
||||
void onServiceConnected();
|
||||
|
||||
void onServiceDisconnected();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue