Renamed package to gramophone
This commit is contained in:
parent
200c50babf
commit
c28a75c61a
95 changed files with 412 additions and 415 deletions
|
|
@ -0,0 +1,10 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
/**
|
||||
* Created by karim on 29.12.14.
|
||||
*/
|
||||
public interface KabSearchAbleFragment {
|
||||
public void search(String query);
|
||||
|
||||
public void returnToNonSearch();
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
/**
|
||||
* Created by karim on 23.12.14.
|
||||
*/
|
||||
public interface KabViewsDisableAble {
|
||||
public void enableViews();
|
||||
|
||||
public void disableViews();
|
||||
|
||||
public boolean areViewsEnabled();
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
package com.kabouzeid.gramophone.interfaces;
|
||||
|
||||
import com.kabouzeid.gramophone.model.MusicRemoteEvent;
|
||||
|
||||
/**
|
||||
* Created by karim on 19.12.14.
|
||||
*/
|
||||
public interface OnMusicRemoteEventListener {
|
||||
public void onMusicRemoteEvent(MusicRemoteEvent event);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue