Uses of Interface
org.tmatesoft.svn.core.io.ISVNConnectionListener
Packages that use ISVNConnectionListener
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNConnectionListener in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io with parameters of type ISVNConnectionListenerModifier and TypeMethodDescriptionvoid
SVNRepository.addConnectionListener
(ISVNConnectionListener listener) Adds a connection listener to this object.void
SVNRepository.removeConnectionListener
(ISVNConnectionListener listener) Removes the specified connection listener from the collection of connection listeners held by this object. -
Uses of ISVNConnectionListener in org.tmatesoft.svn.core.wc
Classes in org.tmatesoft.svn.core.wc that implement ISVNConnectionListenerModifier and TypeClassDescriptionclass
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.