java.gate.versioning.svnkit
Class SandboxEventHandler
java.lang.Object
java.gate.versioning.svnkit.SandboxCanceller
java.gate.versioning.svnkit.SandboxEventHandler
- All Implemented Interfaces:
- org.tmatesoft.svn.core.wc.ISVNEventHandler
class SandboxEventHandler
extends SandboxCanceller
This class is an implementation of ISVNEventHandler intended for processing
events generated by do*() methods of an SVNWCClient object. An instance of
this handler will be provided to an SVNWCClient. When calling, for example,
SVNWCClient.doDelete(..) on some path, that method will generate an event for
each 'delete' action it will perform upon every path being deleted. And this
event is passed to
ISVNEventHandler.handleEvent(SVNEvent event, double progress)
to notify the handler. The event contains detailed information about the
path, action performed upon the path and some other.
Field Summary |
static Logger |
lgr
Logger.
|
Method Summary |
void
|
handleEvent(SVNEvent event, double progress)
progress is currently reserved for future purposes and now is always
ISVNEventHandler.UNKNOWN
|
lgr
static Logger lgr
- Logger.
SandboxEventHandler
public SandboxEventHandler(Sandbox sandbox)
-
handleEvent
public void handleEvent(SVNEvent event, double progress)
- progress is currently reserved for future purposes and now is always
ISVNEventHandler.UNKNOWN
Groovy Documentation