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.DataListenerpublic void finishSheet()
finishSheet in interface org.drools.template.parser.DataListenerpublic void newRow(int rowNumber,
int columns)
newRow in interface org.drools.template.parser.DataListenerpublic void newCell(int row,
int column,
String value,
int mergedColstart)
newCell in interface org.drools.template.parser.DataListenerCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.