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 void
ISVNClient. notification2(ClientNotifyCallback notify)
Sets the notification callback used to send processing information back to the calling program.void
SVNClient. 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 ClientNotifyCallback
JavaHLEventHandler. notifyCallback
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ClientNotifyCallback Modifier and Type Method Description void
SVNClientImpl. notification2(ClientNotifyCallback notifyCallback)
void
JavaHLEventHandler. setNotifyCallback(ClientNotifyCallback notifyCallback)
-