public interface ISVNConnectionListener
SVNRepository
when its connection is opened or closed.Modifier and Type | Method and 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 objectCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.