Class RowAdapter

  • All Implemented Interfaces:
    RowListener
    Direct Known Subclasses:
    RowOutputDataMapper

    public class RowAdapter
    extends Object
    implements RowListener
    RowAdapter is an adapter class for receiving row events. The methods in this class are empty. This class exists as convenience for creating row listener objects that may not need to implement all the methods of the RowListener interface
    See Also:
    RowListener
    • Constructor Detail

      • RowAdapter

        public RowAdapter()
        Instantiates a new row adapter.