Class RowAdapter

  • All Implemented Interfaces:
    IRowListener

    public class RowAdapter
    extends Object
    implements IRowListener
    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 IRowListener interface
    See Also:
    IRowListener