|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.util.KeyboardManager.KeyObserverOp
protected static class KeyboardManager.KeyObserverOp
An observer operation to notify observers of a key event.
| Field Summary | |
|---|---|
protected int |
_id
The key event id. |
protected int |
_keyCode
The key code. |
protected long |
_timestamp
The key event timestamp. |
| Constructor Summary | |
|---|---|
protected |
KeyboardManager.KeyObserverOp()
|
| Method Summary | |
|---|---|
boolean |
apply(KeyboardManager.KeyObserver observer)
|
void |
init(int id,
int keyCode,
long timestamp)
Initialized the operation with its parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int _id
protected int _keyCode
protected long _timestamp
| Constructor Detail |
|---|
protected KeyboardManager.KeyObserverOp()
| Method Detail |
|---|
public void init(int id,
int keyCode,
long timestamp)
public boolean apply(KeyboardManager.KeyObserver observer)
apply in interface ObserverList.ObserverOp<KeyboardManager.KeyObserver>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||