org.jclarion.clarion
Class KeyedClarionEvent

java.lang.Object
  extended by org.jclarion.clarion.ClarionEvent
      extended by org.jclarion.clarion.KeyedClarionEvent

public class KeyedClarionEvent
extends ClarionEvent


Constructor Summary
KeyedClarionEvent(int event, AbstractControl field, boolean window, int keyCode, int keyChar, int keyState)
           
 
Method Summary
 int getKeyChar()
           
 int getKeyCode()
           
 int getKeyState()
           
 
Methods inherited from class org.jclarion.clarion.ClarionEvent
consume, debugString, getConsumeResult, getConsumeResultNoWait, getEvent, getField, isWindowEvent, runOnConsumedResult, setClarionThread, test, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyedClarionEvent

public KeyedClarionEvent(int event,
                         AbstractControl field,
                         boolean window,
                         int keyCode,
                         int keyChar,
                         int keyState)
Method Detail

getKeyCode

public int getKeyCode()

getKeyChar

public int getKeyChar()

getKeyState

public int getKeyState()


Copyright © 2010. All Rights Reserved.