Class AbstractTableListener

java.lang.Object
com.onenetwork.platform.common.table.AbstractTableListener
All Implemented Interfaces:
TableListener

public class AbstractTableListener
extends java.lang.Object
implements TableListener
Convenient base class for implementing TableListener. All methods implemented in this class are no-ops.
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractTableListener()  
  • Method Summary

    Modifier and Type Method Description
    void beginTable​(TableMetaData tableMetaData)
    This event is fired just after the TableMetaData is constructed and before TableRows are constructed.
    void endTable()
    This event is fired when all TableRows are constructed to allow implementors to perform cleanup operations.
    void processRow​(TableRow tableRow)
    This event is fired sequentially as each TableRow is constructed; interested parties can listen to this method to process each row.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait