public class UpdateEventHandler extends Object implements org.tmatesoft.svn.core.wc.ISVNEventHandler
Constructor and Description |
---|
UpdateEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled()
Ignored not used
|
void |
handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress) |
protected void |
log_debug(String message) |
protected void |
log_error(String message) |
protected void |
log_warn(String message) |
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress) throws org.tmatesoft.svn.core.SVNException
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
org.tmatesoft.svn.core.SVNException
public void checkCancelled() throws org.tmatesoft.svn.core.SVNCancelException
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
org.tmatesoft.svn.core.SVNCancelException
protected void log_error(@NotNull String message)
protected void log_warn(@NotNull String message)
protected void log_debug(@NotNull String message)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.