public class NullSheetListener extends Object implements org.drools.template.parser.DataListener
Constructor and Description |
---|
NullSheetListener() |
Modifier and Type | Method and Description |
---|---|
void |
finishSheet() |
void |
newCell(int row,
int column,
String value,
int mergedColstart) |
void |
newRow(int rowNumber,
int columns) |
void |
startSheet(String name) |
public void startSheet(String name)
startSheet
in interface org.drools.template.parser.DataListener
public void finishSheet()
finishSheet
in interface org.drools.template.parser.DataListener
public void newRow(int rowNumber, int columns)
newRow
in interface org.drools.template.parser.DataListener
public void newCell(int row, int column, String value, int mergedColstart)
newCell
in interface org.drools.template.parser.DataListener
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.