|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjess.awt.JessAWTListener
jess.awt.MouseMotionListener
MouseMotionListener An AWT Event Adapter for Jess.
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
| Constructor Summary | |
MouseMotionListener(java.lang.String uf,
Rete engine)
Connect the Jess function specified by name to this event handler object. |
|
| Method Summary | |
void |
mouseDragged(java.awt.event.MouseEvent e)
An event-handler method. |
void |
mouseMoved(java.awt.event.MouseEvent e)
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 MouseMotionListener(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 mouseDragged(java.awt.event.MouseEvent e)
mouseDragged in interface java.awt.event.MouseMotionListenere - The eventpublic void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved in interface java.awt.event.MouseMotionListenere - The event
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||