Class SituationActionBaseListener

java.lang.Object
es.ull.mazesolver.agent.rules.parser.SituationActionBaseListener
All Implemented Interfaces:
SituationActionListener, org.antlr.v4.runtime.tree.ParseTreeListener

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