|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |