Interface NotifyingSailConnection

    • Method Detail

      • addConnectionListener

        void addConnectionListener​(SailConnectionListener listener)
        Registers a SailConnection listener with this SailConnection. The listener should be notified of any statements that are added or removed as part of this SailConnection.
        Parameters:
        listener - A SailConnectionListener.
      • removeConnectionListener

        void removeConnectionListener​(SailConnectionListener listener)
        Deregisters a SailConnection listener with this SailConnection.
        Parameters:
        listener - A SailConnectionListener.