psychWithJava
Class FullScreen.KeyTyped

java.lang.Object
  extended by psychWithJava.FullScreen.KeyTyped
Enclosing class:
FullScreen

public class FullScreen.KeyTyped
extends java.lang.Object

A class to handle key typing events.

Author:
boyaci
See Also:
FullScreen.KeyTyped, KeyEvent

Field Summary
(package private)  java.lang.String key
           
(package private)  java.lang.Long when
           
 
Method Summary
 java.lang.String getKey()
           
 java.lang.Long getWhen()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

java.lang.String key

when

java.lang.Long when
Method Detail

getKey

public java.lang.String getKey()
Returns:
The key typed by the user

getWhen

public java.lang.Long getWhen()
Returns:
Time of the key typing event