Uses of Interface
org.tigris.subversion.javahl.Notify
-
Packages that use Notify 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 Notify in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type Notify Modifier and Type Method Description void
SVNClient. notification(Notify notify)
Deprecated.void
SVNClientInterface. notification(Notify notify)
Deprecated.UseSVNClientInterface.notification2(Notify2)
instead.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 Notify Modifier and Type Field Description private Notify
SVNClientImpl. myNotify
Deprecated.Methods in org.tmatesoft.svn.core.javahl that return Notify Modifier and Type Method Description protected Notify
SVNClientImpl. getNotify()
Deprecated.Methods in org.tmatesoft.svn.core.javahl with parameters of type Notify Modifier and Type Method Description void
SVNClientImpl. notification(Notify notify)
Deprecated.
-