Package org.jzy3d.junit.replay.events
Interface IKeyEventLog
-
- All Superinterfaces:
IEventLog
- All Known Implementing Classes:
KeyEventLog
public interface IKeyEventLog extends IEventLog
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IKeyEventLog.KeyEventType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getKeyCode()
IKeyEventLog.KeyEventType
getType()
-
-
-
Method Detail
-
getType
IKeyEventLog.KeyEventType getType()
-
getKeyCode
int getKeyCode()
-
-