Class IrpBaseListener

java.lang.Object
org.harctoolbox.irp.IrpBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, IrpListener

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