Hi.

How would I call a method I wrote in Java 
when a rule is fired? Let's say that if
I have a rule:
(defrule rule1
(bob ?a)
=>
(Right here call a method)

Such that if I do
(assert (bob stewart))
I could call a funtion that would 
do something else. Do I need to look
into the jess event action listeners??

Thanks,
Bob Stewart

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list (use your own address!) List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to