Class ProductConfigRuleCompilerListener
java.lang.Object
de.hybris.platform.sap.productconfig.rules.compiler.listeners.ProductConfigRuleCompilerListener
- All Implemented Interfaces:
RuleCompilerListener
RuleCompilerListener for product configuration. Ensures that the ProcessStep is propagated to each
product config rule implicitly.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterCompile(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContexthas just been completed.voidafterCompileError(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContextfailed.voidbeforeCompile(RuleCompilerContext context) Handles a notification that the compilation for a particularRuleCompilerContextis about to begin.
-
Constructor Details
-
ProductConfigRuleCompilerListener
public ProductConfigRuleCompilerListener()
-
-
Method Details
-
beforeCompile
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContextis about to begin.- Specified by:
beforeCompilein interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-
afterCompile
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContexthas just been completed.- Specified by:
afterCompilein interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-
afterCompileError
Description copied from interface:RuleCompilerListenerHandles a notification that the compilation for a particularRuleCompilerContextfailed.- Specified by:
afterCompileErrorin interfaceRuleCompilerListener- Parameters:
context- - theRuleCompilerContext
-