Class HDBSchemaDefinitionListener

java.lang.Object
com.codbex.kronos.parser.hdbschema.core.HDBSchemaBaseListener
com.codbex.kronos.parser.hdbschema.custom.HDBSchemaDefinitionListener
All Implemented Interfaces:
HDBSchemaListener, org.antlr.v4.runtime.tree.ParseTreeListener

public class HDBSchemaDefinitionListener 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.