public class SVNAdminEventAdapter extends java.lang.Object implements ISVNAdminEventHandler
ISVNAdminEventHandler
.
Users's event handler implementations should extend this adapter class rather than implementing
ISVNAdminEventHandler
directly. This way, if the ISVNAdminEventHandler
interface is changed
in future, users' event handler implementations won't get broken since the changes will be reflected in
this adapter class.UNKNOWN
NULL
Constructor and Description |
---|
SVNAdminEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled()
Does nothing.
|
void |
handleAdminEvent(SVNAdminEvent event,
double progress)
Does nothing.
|
void |
handleEvent(SVNEvent event,
double progress)
Does nothing.
|
public void handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
handleAdminEvent
in interface ISVNAdminEventHandler
event
- progress
- SVNException
public void checkCancelled() throws SVNCancelException
checkCancelled
in interface ISVNCanceller
SVNCancelException
public void handleEvent(SVNEvent event, double progress) throws SVNException
handleEvent
in interface ISVNEventHandler
event
- progress
- SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.