| 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.notification2(Notify2 notify) |
void |
SVNClientSynchronized.notification2(Notify2 notify) |
void |
SVNClientInterface.notification2(Notify2 notify)
Sets the notification callback used to send processing information back
to the calling program.
|
| Modifier and Type | Field and Description |
|---|---|
private Notify2 |
SVNClientImpl.myNotify2 |
| Modifier and Type | Method and Description |
|---|---|
protected Notify2 |
SVNClientImpl.getNotify2() |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNClientImpl.notification2(Notify2 notify) |