Class AbstractNotifyingSailConnection

    • Constructor Detail

      • AbstractNotifyingSailConnection

        public AbstractNotifyingSailConnection​(AbstractSail sailBase)
    • Method Detail

      • addConnectionListener

        public void addConnectionListener​(SailConnectionListener listener)
        Description copied from interface: NotifyingSailConnection
        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.
        Specified by:
        addConnectionListener in interface NotifyingSailConnection
        Parameters:
        listener - A SailConnectionListener.
      • hasConnectionListeners

        protected boolean hasConnectionListeners()
      • notifyStatementAdded

        protected void notifyStatementAdded​(Statement st)
      • notifyStatementRemoved

        protected void notifyStatementRemoved​(Statement st)