Uses of Interface
org.tigris.subversion.javahl.Notify2
Packages that use Notify2
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
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 Notify2 in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Notify2Modifier and TypeMethodDescriptionvoid
SVNClient.notification2
(Notify2 notify) void
SVNClientInterface.notification2
(Notify2 notify) Sets the notification callback used to send processing information back to the calling program.void
SVNClientSynchronized.notification2
(Notify2 notify) -
Uses of Notify2 in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as Notify2Methods in org.tmatesoft.svn.core.javahl that return Notify2Methods in org.tmatesoft.svn.core.javahl with parameters of type Notify2