|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A class using a DynDnsIPChecker thread needs to implement this interface
inorder to be notified when an IP address was received
| 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 |
public void receivedIP(DynDnsIPChecker checker)
checker - DynDnsIPChecker the thread that fired this event
public void IPDetectionError(DynDnsIPChecker checker,
Exception e)
checker - DynDnsIPChecker the thread that fired this evente - Exception the exception that occurred
|
Copyright (c) 2004 Ulrich Hilger | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||