com.lightdev.app.ddnscl.net
Interface DynDnsIPChecker.DynDnsIPCheckerListener

All Known Implementing Classes:
DynDnsClient
Enclosing interface:
DynDnsIPChecker

public static interface DynDnsIPChecker.DynDnsIPCheckerListener

A class using a DynDnsIPChecker thread needs to implement this interface inorder to be notified when an IP address 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 IPDetectionError(DynDnsIPChecker checker, Exception e)
          a DynDnsIPChecker thread calls this method when an error occured during thread execution
 void receivedIP(DynDnsIPChecker checker)
          a DynDnsIPChecker thread calls this method when it has received an IP address
 

Method Detail

receivedIP


public void receivedIP(DynDnsIPChecker checker)
a DynDnsIPChecker thread calls this method when it has received an IP address

Parameters:
checker - DynDnsIPChecker the thread that fired this event

IPDetectionError


public void IPDetectionError(DynDnsIPChecker checker,

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

Parameters:
checker - DynDnsIPChecker the thread that fired this event
e - Exception the exception that occurred

Copyright (c) 2004 Ulrich Hilger