T
- type of received objectpublic interface ISvnObjectReceiver<T>
SvnReceivingOperation
,
and many intermediate classes for 1.6 compatibility (classes that deal with handlers).
Clients can provide their own handlers for receiving the object(s)
by implementing this interface and assign them in
SvnReceivingOperation.setReceiver(ISvnObjectReceiver)
.SvnReceivingOperation
Modifier and Type | Method and Description |
---|---|
void |
receive(SvnTarget target,
T object)
Receives object with is target.
|
void receive(SvnTarget target, T object) throws SVNException
target
- target of the objectobject
- objectSVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.