|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jzy3d.junit.replay.events.AbstractEventLog
org.jzy3d.junit.replay.events.KeyEventLog
public class KeyEventLog
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jzy3d.junit.replay.events.IKeyEventLog |
|---|
IKeyEventLog.KeyEventType |
| Field Summary | |
|---|---|
protected int |
keyCode
|
protected IKeyEventLog.KeyEventType |
type
|
| Fields inherited from class org.jzy3d.junit.replay.events.AbstractEventLog |
|---|
since |
| Constructor Summary | |
|---|---|
KeyEventLog(IKeyEventLog.KeyEventType type,
int keyCode,
long since)
|
|
| Method Summary | |
|---|---|
int |
getKeyCode()
|
IKeyEventLog.KeyEventType |
getType()
|
String |
toString()
|
| Methods inherited from class org.jzy3d.junit.replay.events.AbstractEventLog |
|---|
since |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jzy3d.junit.replay.events.IEventLog |
|---|
since |
| Field Detail |
|---|
protected int keyCode
protected IKeyEventLog.KeyEventType type
| Constructor Detail |
|---|
public KeyEventLog(IKeyEventLog.KeyEventType type,
int keyCode,
long since)
| Method Detail |
|---|
public IKeyEventLog.KeyEventType getType()
getType in interface IKeyEventLogpublic int getKeyCode()
getKeyCode in interface IKeyEventLogpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||