Uses of Interface
org.newdawn.slick.command.InputProviderListener

Packages that use InputProviderListener
org.newdawn.slick.command Provides abstract input by mapping physical device inputs (mouse, keyboard and controllers) to abstract commands that are relevant to a particular game. 
org.newdawn.slick.tests Tests for the facilities provided by the library. 
 

Uses of InputProviderListener in org.newdawn.slick.command
 

Methods in org.newdawn.slick.command with parameters of type InputProviderListener
 void InputProvider.addListener(InputProviderListener listener)
          Add a listener to the provider.
 void InputProvider.removeListener(InputProviderListener listener)
          Remove a listener from this provider.
 

Uses of InputProviderListener in org.newdawn.slick.tests
 

Classes in org.newdawn.slick.tests that implement InputProviderListener
 class InputProviderTest
          A test for abstract input via InputProvider
 



Copyright © 2006 New Dawn Software. All Rights Reserved.