Uses of Interface
org.tigris.subversion.javahl.Notify
Packages that use Notify
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 Notify in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type NotifyModifier and TypeMethodDescriptionvoid
SVNClient.notification
(Notify notify) Deprecated.void
SVNClientInterface.notification
(Notify notify) Deprecated.void
SVNClientSynchronized.notification
(Notify notify) Deprecated.UseSVNClientSynchronized.notification2(Notify2)
instead. -
Uses of Notify in org.tmatesoft.svn.core.javahl
Fields in org.tmatesoft.svn.core.javahl declared as NotifyMethods in org.tmatesoft.svn.core.javahl that return NotifyMethods in org.tmatesoft.svn.core.javahl with parameters of type Notify
SVNClientInterface.notification2(Notify2)
instead.