Class BooleanConditionBaseListener

java.lang.Object
org.keycloak.models.workflow.conditions.expression.BooleanConditionBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, BooleanConditionListener

public class BooleanConditionBaseListener extends Object implements BooleanConditionListener
This class provides an empty implementation of BooleanConditionListener, which can be extended to create a listener which only needs to handle a subset of the available methods.