Class NullSheetListener

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

    public class NullSheetListener
    extends Object
    implements org.drools.template.parser.DataListener
    Null listner.
    • Constructor Detail

      • NullSheetListener

        public NullSheetListener()
    • Method Detail

      • startSheet

        public void startSheet​(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,
                            String value,
                            int mergedColstart)
        Specified by:
        newCell in interface org.drools.template.parser.DataListener