|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ISVNConnectionListener is an interface for listeners which are invoked by SVNRepository
when its connection is opened or closed.
Method Summary | |
void |
connectionClosed(SVNRepository repository)
Handles connection closed event. |
void |
connectionOpened(SVNRepository repository)
Handles connection opened event. |
Method Detail |
public void connectionOpened(SVNRepository repository)
repository
on an event when repository
opens a new network connection.
repository
- repository objectpublic void connectionClosed(SVNRepository repository)
repository
on an event
when repository
closes an opened network connection.
repository
- repository object
|
SVNKit Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |