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


Method Summary
 void checkRepository(URNConnection connection, java.net.URL url)
           
 void complete(URNConnection connection)
           
 void foundInCache(URNConnection connection)
           
 void foundLocation(URNConnection connection, java.net.URL url)
           
 void transferred(URNConnection connection, int bytes)
           
 

Method Detail

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)