Uses of Interface
org.apache.subversion.javahl.callback.ClientNotifyCallback
-
Packages that use ClientNotifyCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of ClientNotifyCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ClientNotifyCallback Modifier and Type Method Description voidISVNClient. notification2(ClientNotifyCallback notify)Sets the notification callback used to send processing information back to the calling program.voidSVNClient. notification2(ClientNotifyCallback notify) -
Uses of ClientNotifyCallback in org.tmatesoft.svn.core.javahl17
Fields in org.tmatesoft.svn.core.javahl17 declared as ClientNotifyCallback Modifier and Type Field Description private ClientNotifyCallbackJavaHLEventHandler. notifyCallbackMethods in org.tmatesoft.svn.core.javahl17 with parameters of type ClientNotifyCallback Modifier and Type Method Description voidSVNClientImpl. notification2(ClientNotifyCallback notifyCallback)voidJavaHLEventHandler. setNotifyCallback(ClientNotifyCallback notifyCallback)
-