| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClient.setProgressListener(ProgressListener listener) |
void |
SVNClientSynchronized.setProgressListener(ProgressListener listener) |
void |
SVNClientInterface.setProgressListener(ProgressListener listener)
Set the progress callback.
|
| Modifier and Type | Field and Description |
|---|---|
private ProgressListener |
JavaHLProgressLog.myProgressListener |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClientImpl.setProgressListener(ProgressListener listener) |
| Constructor and Description |
|---|
JavaHLProgressLog(ProgressListener progressListener) |