|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.input.listeners.KeyboardAdapter
public abstract class KeyboardAdapter
Simple adapter class that implements KeyboardListener.
| Constructor Summary | |
|---|---|
KeyboardAdapter()
|
|
| Method Summary | |
|---|---|
void |
onKeyPressed(KeyPressedEvent e,
Key key)
Used by implementing input classes to process a key pressed event. |
void |
onKeyReleased(KeyReleasedEvent e,
Key key)
Used by implementing input classes to process a key released event. |
void |
onKeyStateChanged(KeyStateEvent e,
Key key,
boolean state)
Used by implementing input classes to process a key state changed event. |
void |
onKeyTyped(KeyTypedEvent e,
char keyChar)
Used by implementing input classes to process a key typed event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyboardAdapter()
| Method Detail |
|---|
public void onKeyPressed(KeyPressedEvent e,
Key key)
onKeyPressed in interface KeyboardListenere - the KeyboardEvent, with all assotiated information
public void onKeyReleased(KeyReleasedEvent e,
Key key)
onKeyReleased in interface KeyboardListenere - the KeyboardEvent, with all assotiated information
public void onKeyStateChanged(KeyStateEvent e,
Key key,
boolean state)
onKeyStateChanged in interface KeyboardListenere - the KeyboardEvent, with all assotiated information
public void onKeyTyped(KeyTypedEvent e,
char keyChar)
onKeyTyped in interface KeyboardListenere - the KeyboardEvent, with all assotiated information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||