Package | Description |
---|---|
org.apache.subversion.javahl.callback | |
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.javahl17 |
Modifier and Type | Method and Description |
---|---|
void |
ProgressCallback.onProgress(ProgressEvent event)
Implement this API to receive progress events for Subversion
operations.
|
Constructor and Description |
---|
ProgressEvent(ProgressEvent aEvent)
A backward-compat constructor.
|
Modifier and Type | Method and Description |
---|---|
private ProgressEvent |
JavaHLProgressLog.createProgressEvent(long progress) |