Class IdlBaseListener

java.lang.Object
org.apache.avro.idl.IdlBaseListener
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, IdlListener

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