Hello,
I am facing a problem using definstance in my Java code.
I want to monitor the state of an Item object dynamically without calling
"reset" every time when the state of Item object changes.
The code snippet goes like this..
...
rete.defclass ("MonitorItem", "Item", null);
rete.definstance ("MonitorItem",item, true, rete.getGlobalContext
());
...
My Item class is supporting the use of java.beans.PropertyChangeListeners
requirement as stated in the example that comes with Jess.
But, it seems that the knowledge base is unable to update itself when the
state of Item is changing.
Please tell me where I am going wrong.
Thanks
--------------------------------------------------------------------
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]
--------------------------------------------------------------------