Uses of Class
efficom.runningjoe.services.MusicManager.RunningJoeMusic

Packages that use MusicManager.RunningJoeMusic
efficom.runningjoe.services   
 

Uses of MusicManager.RunningJoeMusic in efficom.runningjoe.services
 

Methods in efficom.runningjoe.services that return MusicManager.RunningJoeMusic
static MusicManager.RunningJoeMusic MusicManager.RunningJoeMusic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MusicManager.RunningJoeMusic[] MusicManager.RunningJoeMusic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in efficom.runningjoe.services with parameters of type MusicManager.RunningJoeMusic
 void MusicManager.play(MusicManager.RunningJoeMusic music)
          Plays the given music (starts the streaming).