Re: JESS: Getting asserted fact from Activation object in JessListener

2011-08-04 Thread Wolfgang Laun
You can listen for JessEvent.DEFRULE_FIRED events. Any successive JessEvent.FACT events (up to certain other events) are assert results executed on the RHS of that rule. -W On 4 August 2011 02:30, Dwight Hare d.h...@paritycomputing.com wrote: In my JessListener I looked at all of the facts

Re: JESS: Getting asserted fact from Activation object in JessListener

2011-08-04 Thread Dwight Hare
Thanks, that works. Dwight On 8/4/2011 8:01 AM, Wolfgang Laun wrote: You can listen for JessEvent.DEFRULE_FIRED events. Any successive JessEvent.FACT events (up to certain other events) are assert results executed on the RHS of that rule. -W