GP.Reactors
Class KeyInteractor

java.lang.Object
  |
  +--GP.Reactors.KeyInteractor
All Implemented Interfaces:
Reactor
Direct Known Subclasses:
KeyShortcut, PushButtonKeyInteractor

public abstract class KeyInteractor
extends java.lang.Object
implements Reactor


Constructor Summary
KeyInteractor(Graphic graphic, java.lang.String key)
           
KeyInteractor(java.lang.String key)
           
 
Method Summary
 void KeyPress()
           
 void KeyRelease()
           
 void TurnOff()
           
 void TurnOn()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyInteractor

public KeyInteractor(java.lang.String key)

KeyInteractor

public KeyInteractor(Graphic graphic,
                     java.lang.String key)
Method Detail

TurnOn

public void TurnOn()
Specified by:
TurnOn in interface Reactor

TurnOff

public void TurnOff()
Specified by:
TurnOff in interface Reactor

KeyPress

public void KeyPress()

KeyRelease

public void KeyRelease()