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 voidSVNClient. notification(Notify notify)Deprecated.voidSVNClientInterface. notification(Notify notify)Deprecated.UseSVNClientInterface.notification2(Notify2)instead.voidSVNClientSynchronized. 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 NotifySVNClientImpl. myNotifyDeprecated.Methods in org.tmatesoft.svn.core.javahl that return Notify Modifier and Type Method Description protected NotifySVNClientImpl. getNotify()Deprecated.Methods in org.tmatesoft.svn.core.javahl with parameters of type Notify Modifier and Type Method Description voidSVNClientImpl. notification(Notify notify)Deprecated.
-