DefaultSVNRepositoryPool
public interface ISVNConnectionListener
SVNRepository
when its connection is opened or closed.Modifier and Type | Method | Description |
---|---|---|
void |
connectionClosed(SVNRepository repository) |
Handles connection closed event.
|
void |
connectionOpened(SVNRepository repository) |
Handles connection opened event.
|
void connectionOpened(SVNRepository repository)
repository
on an event when repository
opens a new network connection.repository
- repository objectvoid connectionClosed(SVNRepository repository)
repository
on an event
when repository
closes an opened network connection.repository
- repository object