|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectapps.threedbuttonsexperiment.logger.KeyPressRecord
public class KeyPressRecord
The Class KeyPressRecord.
| Constructor Summary | |
|---|---|
KeyPressRecord(long pressTime,
java.lang.String charactor,
long lastKeyPressTime)
Instantiates a new key press record. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCharactor()
Gets the charactor. |
long |
getDurationTime()
Gets the duration time. |
long |
getPressTime()
Gets the press time. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPressRecord(long pressTime,
java.lang.String charactor,
long lastKeyPressTime)
pressTime - the press timecharactor - the charactorlastKeyPressTime - the last key press time| Method Detail |
|---|
public java.lang.String getCharactor()
public long getDurationTime()
public long getPressTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||