Flight Club


flightclub.framework3d
Interface EventInterface

All Known Implementing Classes:
GliderUser

public interface EventInterface

This interface is to be implemented by objects (eg. actors) that respond to say a user pressing a key.

See Also:
EventManager

Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 

Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;