Re: JESS: jess events

2003-09-10 Thread ejfried
MODIFIED and REMOVED aren't event types, they're modifiers. You'll never see a bare "MODIFIED"; you'll only see FACT + MODIFIED. Same with REMOVED: FACT + REMOVED and DEFINSTANCE + REMOVED. I think Myriam Abramson wrote: > > #+ jess61p4 > > I set my event mask to include JessEvent.MODIFIED but

JESS: jess events

2003-09-10 Thread Myriam Abramson
#+ jess61p4 I set my event mask to include JessEvent.MODIFIED but it seems that I'm getting something different when checking for the event type: The event type comes as 1073741840 when it should be 1073741824 according to the API. Any ideas? I've noticed that REMOVED is also different. TIA

Re: JESS: Jess Events

2001-09-05 Thread ejfried
I think James Patterson wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > I am experimenting with the JessEvent and JessListener classes. I was > wondering why there is no JessEvent.HALT event? Obviously it is import to > signal any listeners that a reset or clear was called, but I

JESS: Jess Events

2001-09-04 Thread James Patterson
I am experimenting with the JessEvent and JessListener classes. I was wondering why there is no JessEvent.HALT event? Obviously it is import to signal any listeners that a reset or clear was called, but I believe it would be equally important to notify that the engine is stopping. I was also wond