SVNKit Home

org.tmatesoft.svn.core.io
Interface ISVNConnectionListener

All Known Implementing Classes:
DefaultSVNRepositoryPool

public interface ISVNConnectionListener

Version:
1.1.2
Author:
TMate Software Ltd.

Method Summary
 void connectionClosed(SVNRepository repository)
           
 void connectionOpened(SVNRepository repository)
           
 

Method Detail

connectionOpened

public void connectionOpened(SVNRepository repository)

connectionClosed

public void connectionClosed(SVNRepository repository)

SVNKit Home

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.