Class NullSheetListener

  • All Implemented Interfaces:
    org.drools.template.parser.DataListener

    public class NullSheetListener
    extends java.lang.Object
    implements org.drools.template.parser.DataListener
    Null listner.
    • Field Summary

      • Fields inherited from interface org.drools.template.parser.DataListener

        NON_MERGED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finishSheet()  
      void newCell​(int row, int column, java.lang.String value, int mergedColstart)  
      void newRow​(int rowNumber, int columns)  
      void startSheet​(java.lang.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​(java.lang.String name)
        Specified by:
        startSheet in interface org.drools.template.parser.DataListener
      • finishSheet

        public void finishSheet()
        Specified by:
        finishSheet in interface org.drools.template.parser.DataListener
      • newRow

        public void newRow​(int rowNumber,
                           int columns)
        Specified by:
        newRow in interface org.drools.template.parser.DataListener
      • newCell

        public void newCell​(int row,
                            int column,
                            java.lang.String value,
                            int mergedColstart)
        Specified by:
        newCell in interface org.drools.template.parser.DataListener