|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjess.awt.JessAWTListener
jess.awt.KeyListener
An AWT Event Adapter for Jess.
(C) Sandia National Laboratories
| Constructor Summary | |
KeyListener(java.lang.String uf,
Rete engine)
Deprecated. Connect the Jess function specified by name to this event handler object. |
|
| Method Summary | |
void |
keyPressed(java.awt.event.KeyEvent e)
Deprecated. An event-handler method. |
void |
keyReleased(java.awt.event.KeyEvent e)
Deprecated. An event-handler method. |
void |
keyTyped(java.awt.event.KeyEvent e)
Deprecated. An event-handler method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeyListener(java.lang.String uf,
Rete engine)
throws JessException
uf - The name of a Jess functionengine - The Jess engine to execute the function in
JessException - If anything goes wrong.| Method Detail |
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenere - The eventpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenere - The eventpublic void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenere - The event
|
© 2007 Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||