com.lightdev.app.ddnscl.net
Interface DynDnsIPUpdater.DynDnsIPUpdaterListener

All Known Implementing Classes:
DynDnsClient
Enclosing interface:
DynDnsIPUpdater

public static interface DynDnsIPUpdater.DynDnsIPUpdaterListener

A class using a DynDnsIPUpdater thread needs to implement this interface inorder to be notified when the response for an update request was received

Version:
1, July 11, 2004
Author:
Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the GNU General Public License, for details see file gpl.txt in the distribution package of this software as well as any licensing notes inside this documentation

Method Summary
 void IPUpdateError(DynDnsIPUpdater updater, Exception e)
          a DynDnsIPUpdater thread calls this method when an error occured during thread execution
 void receivedUpdateResponse(DynDnsIPUpdater updater)
          a DynDnsIPUpdater thread calls this method when it has received an update response
 

Method Detail

receivedUpdateResponse


public void receivedUpdateResponse(DynDnsIPUpdater updater)
a DynDnsIPUpdater thread calls this method when it has received an update response


IPUpdateError


public void IPUpdateError(DynDnsIPUpdater updater,

                          Exception e)
a DynDnsIPUpdater thread calls this method when an error occured during thread execution

Parameters:
e - Exception the exception that occurred

Copyright (c) 2004 Ulrich Hilger