Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jdstar
Interface InputListener  view InputListener download InputListener.java

All Known Implementing Classes:
Actor

interface InputListener

All classes that wants to receive player input from Input must implement this interface.


Method Summary
 void inputEvent(InputEvent event)
           
 

Method Detail

inputEvent

public void inputEvent(InputEvent event)