Module org.jooq
Package org.jooq.impl

Class DefaultRecordListener

  • All Implemented Interfaces:
    EventListener, RecordListener

    public class DefaultRecordListener
    extends Object
    implements RecordListener
    A publicly available default implementation of RecordListener.

    Use this to stay compatible with future API changes (i.e. added methods to RecordListener)

    Author:
    Lukas Eder