Skip to content
Snippets Groups Projects
Commit d9568531 authored by Jens Bendisposto's avatar Jens Bendisposto
Browse files

Announce reset

parent d28b6eb5
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,7 @@ public final class LoadClassicalBModelCommand { ...@@ -123,6 +123,7 @@ public final class LoadClassicalBModelCommand {
@Override @Override
public void processResult( public void processResult(
final ISimplifiedROMap<String, PrologTerm> bindings) { final ISimplifiedROMap<String, PrologTerm> bindings) {
Animator.getAnimator().announceReset();
ListPrologTerm e = (ListPrologTerm) bindings.get("Errors"); ListPrologTerm e = (ListPrologTerm) bindings.get("Errors");
if (!e.isEmpty()) { if (!e.isEmpty()) {
StringBuffer errormsg = new StringBuffer("Error from Prolog: "); StringBuffer errormsg = new StringBuffer("Error from Prolog: ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment