I think Octav Chipara wrote:
> HI, > > Can someone point out to some information regarding the usage of events in > jess. IN particular i am interested to see when particular events are > triggered. > There really isn't a document that describes this other than the comments in the source (see the Javadoc for the JessEvent class in docs/api/jess/JessEvent.html.) The names are meant to be self-explanatory. If you're wondering about the precise moment when the event is sent, in general, event are sent just before the occurrence they are reporting happens -- i.e., DEFRULE_FIRED is sent immediately before the specified rule fires. If you have specific questions, I can certainly try to answer them. --------------------------------------------------------- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9012 [EMAIL PROTECTED] PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -------------------------------------------------------------------- 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] --------------------------------------------------------------------
