|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.malai.interaction.Interaction
org.malai.interaction.library.KeyInteraction
org.malai.interaction.library.KeyTyped
public class KeyTyped
A KeyTyped interaction occurs when a key of a keyboard is pressed and then released.
This file is part of Malai.
Copyright (c) 2009-2012 Arnaud BLOUIN
Malai is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
Malai is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
12/01/2011
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.malai.interaction.library.KeyInteraction |
---|
KeyInteraction.KeyInteractionKeyPressedTransition |
Field Summary |
---|
Fields inherited from class org.malai.interaction.library.KeyInteraction |
---|
key, object |
Fields inherited from class org.malai.interaction.Interaction |
---|
activated, currentState, currentTimeout, handlers, initState, lastHIDUsed, states, stillProcessingEvents |
Constructor Summary | |
---|---|
KeyTyped()
Creates the interaction. |
Method Summary | |
---|---|
protected void |
initStateMachine()
Initialises the interaction: creates the states and the transitions. |
Methods inherited from class org.malai.interaction.library.KeyInteraction |
---|
getKey, reinit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyTyped()
Method Detail |
---|
protected void initStateMachine()
Interaction
initStateMachine
in class Interaction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |