|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMusicProviderManager
A music provider manager allows to manage the disabled and enabled state of music providers.
Method Summary | |
---|---|
java.lang.String[] |
getDisabledProviders()
Set of all disabled music providers. |
java.lang.String[] |
getMusicProviders()
All known music provider to the system. |
boolean |
isEnabled(java.lang.String id)
Is the music provider with the given id enabled? |
void |
setEnabled(java.lang.String id,
boolean enabled)
Enable or disabled the music provider with the given id based on the state of enabled. |
Method Detail |
---|
java.lang.String[] getMusicProviders()
void setEnabled(java.lang.String id, boolean enabled)
id
- the id of the provider to enable or disableenabled
- true if the provider should be enabled, false otherwiseboolean isEnabled(java.lang.String id)
id
- the id of the provider to test for enablement
java.lang.String[] getDisabledProviders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |