Interface NotifyingRepositoryConnection

All Superinterfaces:
AutoCloseable, RepositoryConnection
All Known Implementing Classes:
NotifyingRepositoryConnectionWrapper

public interface NotifyingRepositoryConnection extends RepositoryConnection
Author:
Herko ter Horst
  • Method Details

    • addRepositoryConnectionListener

      void addRepositoryConnectionListener(RepositoryConnectionListener listener)
      Registers a RepositoryConnectionListener that will receive notifications of operations that are performed on this connection.
    • removeRepositoryConnectionListener

      void removeRepositoryConnectionListener(RepositoryConnectionListener listener)
      Removes a registered RepositoryConnectionListener from this connection.