|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.guiseframework.event.KeyboardAdapter
public abstract class KeyboardAdapter
An abstract key listener providing default method implementations.
| Constructor Summary | |
|---|---|
KeyboardAdapter()
|
|
| Method Summary | |
|---|---|
void |
keyPressed(KeyPressEvent keyPressEvent)
Called when a key is pressed. |
void |
keyReleased(KeyReleaseEvent keyReleaseEvent)
Called when a key is released. |
| 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 keyPressed(KeyPressEvent keyPressEvent)
keyPressed in interface KeyboardListenerkeyEvent - The event providing key informationpublic void keyReleased(KeyReleaseEvent keyReleaseEvent)
keyReleased in interface KeyboardListenerkeyEvent - The event providing key information
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||