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