Class DefaultDatabaseListener

  • All Implemented Interfaces:
    DatabaseListener

    @Deprecated
    public class DefaultDatabaseListener
    extends java.lang.Object
    implements DatabaseListener
    Deprecated.
    implementing DatabaseListener is sufficient as all its methods have a default implementation doing nothing, class will be removed in Jaybird 6
    Default implementation of DatabaseListener where all implemented methods do nothing.
    Since:
    3.0
    Author:
    Mark Rotteveel
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultDatabaseListener

        public DefaultDatabaseListener()
        Deprecated.