Uses of Interface
org.tigris.subversion.javahl.ProgressListener
-
Packages that use ProgressListener Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package. -
-
Uses of ProgressListener in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type ProgressListener Modifier and Type Method Description void
SVNClient. setProgressListener(ProgressListener listener)
void
SVNClientInterface. setProgressListener(ProgressListener listener)
Set the progress callback.void
SVNClientSynchronized. setProgressListener(ProgressListener listener)
-
Uses of ProgressListener in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type ProgressListener Modifier and Type Method Description void
SVNClientImpl. setProgressListener(ProgressListener listener)
Constructors in org.tmatesoft.svn.core.javahl with parameters of type ProgressListener Constructor Description JavaHLProgressLog(ProgressListener progressListener)
-