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
void receive(SvnTarget target, T object) throws SVNException
target
- target of the objectobject
- objectSVNException