Uses of Class
jcreek.reasoning.ReasoningUpdateEvent

Packages that use ReasoningUpdateEvent
jcreek.gui.reasoning   
jcreek.reasoning   
 

Uses of ReasoningUpdateEvent in jcreek.gui.reasoning
 

Methods in jcreek.gui.reasoning with parameters of type ReasoningUpdateEvent
 void ReuseResultPane.reasoningUpdateStarted(ReasoningUpdateEvent e)
          Called whenever the update() method is called.
 void ReuseResultPane.reasoningStateChanged(ReasoningUpdateEvent e)
          Called whenever a reasoning state is changed.
 void ReuseResultPane.reasoningAborted(ReasoningUpdateEvent e)
          Called whenever the reasoning is aborted for some reason.
 

Uses of ReasoningUpdateEvent in jcreek.reasoning
 

Methods in jcreek.reasoning with parameters of type ReasoningUpdateEvent
 void ReasoningUpdateListener.reasoningUpdateStarted(ReasoningUpdateEvent e)
          Called whenever the reasoning recognizes a change in the underlaying model that requires that the reasoning is redone.
 void ReasoningUpdateListener.reasoningStateChanged(ReasoningUpdateEvent e)
          Called whenever a reasoning state is changed.
 void ReasoningUpdateListener.reasoningAborted(ReasoningUpdateEvent e)
          Called whenever the reasoning
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group