|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
JessListener is a notification interface for Jess events. Objects that wish to be notified of significant happenings in a Jess engine should implement this interface, then register themselves with a Rete object using Rete.addJessListener().
(C) 1997 Ernest J. Friedman-Hill and Sandia National Laboratories
JessEvent,
Rete.addJessListener(jess.JessListener),
Rete.removeJessListener(jess.JessListener)| Method Summary | |
void |
eventHappened(JessEvent je)
Called by a JessEvent source when something interesting happens. |
| Method Detail |
public void eventHappened(JessEvent je)
throws JessException
je - an event object describing the event.
JessException - if any problem occurs during event handling.
|
© 2001 E.J. Friedman-Hill and Sandia Corporation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||