Uses of Interface
org.tmatesoft.svn.core.io.ISVNConnectionListener
-
Packages that use ISVNConnectionListener Package Description org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc 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 ISVNConnectionListener Modifier and Type Method Description void
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 ISVNConnectionListener Modifier and Type Class Description class
DefaultSVNRepositoryPool
The DefaultSVNRepositoryPool class is a default implementation of the ISVNRepositoryPool interface.
-