Uses of Interface
org.newdawn.slick.MusicListener

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

Uses of MusicListener in org.newdawn.slick
 

Methods in org.newdawn.slick with parameters of type MusicListener
 void Music.addListener(MusicListener listener)
          Add a listener to this music
 void Music.removeListener(MusicListener listener)
          Remove a listener from this music
 

Uses of MusicListener in org.newdawn.slick.tests
 

Classes in org.newdawn.slick.tests that implement MusicListener
 class MusicListenerTest
          A test for music listeners which notify you when the music has eneded
 



Copyright © 2006 New Dawn Software. All Rights Reserved.