LimeWire Consolidated API

org.limewire.net.address
Interface AddressResolutionObserver

All Superinterfaces:
IOErrorObserver, Shutdownable
All Known Implementing Classes:
BlockingAddressResolutionObserver

public interface AddressResolutionObserver
extends IOErrorObserver

Defines the callback that can be notified of a finished address resolution.


Method Summary
 void resolved(Address address)
          Called with the resolved address.
 
Methods inherited from interface org.limewire.nio.observer.IOErrorObserver
handleIOException
 
Methods inherited from interface org.limewire.nio.observer.Shutdownable
shutdown
 

Method Detail

resolved

void resolved(Address address)
Called with the resolved address.


LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.