org.drools.decisiontable.parser.xls
Class NullSheetListener

java.lang.Object
  extended by org.drools.decisiontable.parser.xls.NullSheetListener
All Implemented Interfaces:
DataListener

public class NullSheetListener
extends Object
implements DataListener

Null listner.


Field Summary
 
Fields inherited from interface org.drools.template.parser.DataListener
NON_MERGED
 
Constructor Summary
NullSheetListener()
           
 
Method Summary
 void finishSheet()
           
 void newCell(int row, int column, String value, int mergedColstart)
           
 void newRow(int rowNumber, int columns)
           
 void startSheet(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSheetListener

public NullSheetListener()
Method Detail

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.