org.freecompany.brimstone.core
Class URNConnection.ListenerAdapter
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URNConnection.ListenerAdapter
public URNConnection.ListenerAdapter()
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