Uses of Class
org.newdawn.slick.Music

Packages that use Music
org.newdawn.slick   
org.newdawn.slick.tests Tests for the facilities provided by the library. 
 

Uses of Music in org.newdawn.slick
 

Methods in org.newdawn.slick with parameters of type Music
 void MusicListener.musicEnded(Music music)
          Notification that a piece of music finished playing
 void MusicListener.musicSwapped(Music music, Music newMusic)
          Notification that a piece of music has been swapped for another.
 

Uses of Music in org.newdawn.slick.tests
 

Methods in org.newdawn.slick.tests with parameters of type Music
 void MusicListenerTest.musicEnded(Music music)
           
 void MusicListenerTest.musicSwapped(Music music, Music newMusic)
           
 



Copyright © 2006 New Dawn Software. All Rights Reserved.