org.freecompany.brimstone.core
Class URNConnection.ListenerAdapter

java.lang.Object
  extended by org.freecompany.brimstone.core.URNConnection.ListenerAdapter
All Implemented Interfaces:
java.util.EventListener, URNConnection.Listener
Enclosing class:
URNConnection

public static class URNConnection.ListenerAdapter
extends java.lang.Object
implements URNConnection.Listener


Constructor Summary
URNConnection.ListenerAdapter()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URNConnection.ListenerAdapter

public URNConnection.ListenerAdapter()
Method Detail

foundInCache

public void foundInCache(URNConnection connection)
Specified by:
foundInCache in interface URNConnection.Listener

checkRepository

public void checkRepository(URNConnection connection,
                            java.net.URL url)
Specified by:
checkRepository in interface URNConnection.Listener

foundLocation

public void foundLocation(URNConnection connection,
                          java.net.URL url)
Specified by:
foundLocation in interface URNConnection.Listener

transferred

public void transferred(URNConnection connection,
                        int bytes)
Specified by:
transferred in interface URNConnection.Listener

complete

public void complete(URNConnection connection)
Specified by:
complete in interface URNConnection.Listener