org.freecompany.brimstone.core
Interface URNConnection.Listener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ConnectionMulticastListener, URNConnection.ListenerAdapter
- Enclosing class:
- URNConnection
public static interface URNConnection.Listener
- extends java.util.EventListener
foundInCache
void foundInCache(URNConnection connection)
checkRepository
void checkRepository(URNConnection connection,
java.net.URL url)
foundLocation
void foundLocation(URNConnection connection,
java.net.URL url)
transferred
void transferred(URNConnection connection,
int bytes)
complete
void complete(URNConnection connection)