private abstract static class LemmaGenerationAction.AbstractLoaderListener extends Object implements TacletSoundnessPOLoader.LoaderListener
| Modifier and Type | Field and Description |
|---|---|
private MainWindow |
mainWindow |
| Modifier | Constructor and Description |
|---|---|
private |
AbstractLoaderListener(MainWindow mainWindow) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doStopped(ProofAggregate p,
ImmutableSet<Taclet> taclets,
boolean addAsAxioms) |
protected abstract void |
doStopped(Throwable exception) |
void |
progressStarted(Object sender) |
void |
reportStatus(Object sender,
String status) |
void |
resetStatus(Object sender) |
void |
started() |
void |
stopped(ProofAggregate p,
ImmutableSet<Taclet> taclets,
boolean addAsAxioms) |
void |
stopped(Throwable exception) |
private final MainWindow mainWindow
private AbstractLoaderListener(MainWindow mainWindow)
public void started()
started in interface TacletSoundnessPOLoader.LoaderListenerpublic void progressStarted(Object sender)
progressStarted in interface TacletSoundnessPOLoader.LoaderListenerpublic void reportStatus(Object sender, String status)
reportStatus in interface TacletSoundnessPOLoader.LoaderListenerpublic void resetStatus(Object sender)
resetStatus in interface TacletSoundnessPOLoader.LoaderListenerpublic final void stopped(ProofAggregate p, ImmutableSet<Taclet> taclets, boolean addAsAxioms)
stopped in interface TacletSoundnessPOLoader.LoaderListenerprotected abstract void doStopped(ProofAggregate p, ImmutableSet<Taclet> taclets, boolean addAsAxioms)
public final void stopped(Throwable exception)
stopped in interface TacletSoundnessPOLoader.LoaderListenerprotected abstract void doStopped(Throwable exception)