Class HDBSchemaCoreListener

java.lang.Object
com.codbex.kronos.parser.hdbschema.core.HdbschemaBaseListener
com.codbex.kronos.parser.hdbschema.custom.HDBSchemaCoreListener
All Implemented Interfaces:
HdbschemaListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class HDBSchemaCoreListener extends HdbschemaBaseListener
The listener interface for receiving HDBSchemaCore events. The class that is interested in processing a HDBSchemaCore event implements this interface, and the object created with that class is registered with a component using the component's addHDBSchemaCoreListener method. When the HDBSchemaCore event occurs, that object's appropriate method is invoked.