|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jess.awt.JessAWTListener | +--jess.awt.FocusListener
FocusListener An AWT Event Adapter for Jess. (C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
Constructor Summary | |
FocusListener(java.lang.String uf,
Rete engine)
Connect the Jess function specified by name to this event handler object. |
Method Summary | |
void |
focusGained(java.awt.event.FocusEvent e)
An event-handler method. |
void |
focusLost(java.awt.event.FocusEvent 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 FocusListener(java.lang.String uf, Rete engine) throws JessException
uf
- The name of a Jess functionengine
- The Jess engine to execute the function inMethod Detail |
public void focusGained(java.awt.event.FocusEvent e)
e
- The eventpublic void focusLost(java.awt.event.FocusEvent e)
e
- The event
|
© 1997 E.J. Friedman-Hill and Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |