Uses of Interface
org.tigris.subversion.javahl.Notify2
-
Packages that use Notify2 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 Notify2 in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Notify2 Modifier and Type Method Description void
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
Methods in org.tmatesoft.svn.core.javahl that return Notify2 Modifier and Type Method Description protected Notify2
SVNClientImpl. getNotify2()
Methods in org.tmatesoft.svn.core.javahl with parameters of type Notify2 Modifier and Type Method Description void
SVNClientImpl. notification2(Notify2 notify)
-