Class NullSheetListener
- java.lang.Object
-
- org.drools.decisiontable.parser.xls.NullSheetListener
-
- All Implemented Interfaces:
org.drools.template.parser.DataListener
public class NullSheetListener extends Object implements org.drools.template.parser.DataListener
Null listner.
-
-
Constructor Summary
Constructors Constructor Description NullSheetListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinishSheet()voidnewCell(int row, int column, String value, int mergedColstart)voidnewRow(int rowNumber, int columns)voidstartSheet(String name)
-
-
-
Method Detail
-
startSheet
public void startSheet(String name)
- Specified by:
startSheetin interfaceorg.drools.template.parser.DataListener
-
finishSheet
public void finishSheet()
- Specified by:
finishSheetin interfaceorg.drools.template.parser.DataListener
-
newRow
public void newRow(int rowNumber, int columns)- Specified by:
newRowin interfaceorg.drools.template.parser.DataListener
-
newCell
public void newCell(int row, int column, String value, int mergedColstart)- Specified by:
newCellin interfaceorg.drools.template.parser.DataListener
-
-