|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jess.JessEventAdapter
JessEventAdapter A Jess Event Adapter that lets you write JessEvent handlers in Jess.
(C) 1998 E.J. Friedman-Hill and the Sandia Corporation
Constructor Summary | |
JessEventAdapter(java.lang.String uf,
Rete engine)
Create an adapter. |
Method Summary | |
void |
eventHappened(JessEvent e)
Called when a JessEvent occurs. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JessEventAdapter(java.lang.String uf, Rete engine) throws JessException
uf
- The name of a Jess functionengine
- The engine to field events fromMethod Detail |
public final void eventHappened(JessEvent 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 |