Class ConfigurationHeaderMenu.ReasoningPreFreezeListener
- java.lang.Object
-
- net.ssehub.easy.producer.ui.core.reasoning.AbstractReasonerListener
-
- net.ssehub.easy.producer.ui.productline_editor.configuration.ConfigurationHeaderMenu.ReasoningPreFreezeListener
-
- All Implemented Interfaces:
IReasonerListener
- Enclosing class:
- ConfigurationHeaderMenu
private class ConfigurationHeaderMenu.ReasoningPreFreezeListener extends AbstractReasonerListener
IReasonerListener, for a reasoning which is executed automatically before freezing the configuration.- Author:
- El-Sharkawy
-
-
Constructor Summary
Constructors Modifier Constructor Description privateReasoningPreFreezeListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendReasoning(ReasoningResult result)This method will be called after the reasoner is finished.-
Methods inherited from class net.ssehub.easy.producer.ui.core.reasoning.AbstractReasonerListener
reasoningFinished
-
-
-
-
Method Detail
-
endReasoning
public void endReasoning(ReasoningResult result)
Description copied from class:AbstractReasonerListenerThis method will be called after the reasoner is finished. This method is called in an own GUI thread to allow modifications on the GUI.- Specified by:
endReasoningin classAbstractReasonerListener- Parameters:
result- The result of the reasoning, can also contain warnings and errors.
-
-