org.drools.decisiontable.parser.xls
Class NullSheetListener
java.lang.Object
org.drools.decisiontable.parser.xls.NullSheetListener
- All Implemented Interfaces:
- DataListener
public class NullSheetListener
- extends Object
- implements DataListener
Null listner.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullSheetListener
public NullSheetListener()
startSheet
public void startSheet(String name)
- Specified by:
startSheet
in interface DataListener
finishSheet
public void finishSheet()
- Specified by:
finishSheet
in interface DataListener
newRow
public void newRow(int rowNumber,
int columns)
- Specified by:
newRow
in interface DataListener
newCell
public void newCell(int row,
int column,
String value,
int mergedColstart)
- Specified by:
newCell
in interface DataListener
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.